Skip to content

Commit 2b43c62

Browse files
committed
Fix typo
1 parent 3ce3e96 commit 2b43c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/spoofchecker/spoofchecker_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PHP_METHOD(Spoofchecker, setChecks)
134134
}
135135
/* }}} */
136136

137-
#if U_ICU_VERSION_MAJOR_NUM >= 53
137+
#if U_ICU_VERSION_MAJOR_NUM >= 51
138138
/* {{{ proto void Spoofchecker::setRestrictionLevel( int $restriction_level )
139139
* Set the loosest restriction level allowed for strings.
140140
*/

0 commit comments

Comments
 (0)