Skip to content

Commit 1dbd551

Browse files
committed
Update stubs
1 parent 1f23686 commit 1dbd551

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

stubs/ext/intl/spoofchecker/Spoofchecker.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ public function setChecks(int $checks)
152152
public function setRestrictionLevel(int $level)
153153
{
154154
}
155-
#endif
156155
#[\Since('8.4')]
157156
public function setAllowedChars(string $pattern, int $patternOptions = 0): void
158157
{
@@ -178,7 +177,6 @@ public function setAllowedChars(string $pattern, int $patternOptions = 0): void
178177
/** @cvalue USPOOF_CHAR_LIMIT */
179178
#[\Since('8.4')]
180179
public const int CHAR_LIMIT = UNKNOWN;
181-
#if U_ICU_VERSION_MAJOR_NUM >= 58
182180
/** @cvalue USPOOF_ASCII */
183181
#[\Since('8.4')]
184182
public const int ASCII = UNKNOWN;
@@ -200,7 +198,6 @@ public function setAllowedChars(string $pattern, int $patternOptions = 0): void
200198
/** @cvalue USPOOF_MIXED_NUMBERS */
201199
#[\Since('8.4')]
202200
public const int MIXED_NUMBERS = UNKNOWN;
203-
#endif
204201
#if U_ICU_VERSION_MAJOR_NUM >= 62
205202
/** @cvalue USPOOF_HIDDEN_OVERLAY */
206203
#[\Since('8.4')]

0 commit comments

Comments
 (0)