Skip to content

Commit 1cec904

Browse files
Set strict parameter of in_array to true where possible
1 parent a2bf3df commit 1cec904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Generator/RegionDataGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private function generateAlpha2ToNumericMapping(ArrayAccessibleResourceBundle $m
242242
continue;
243243
}
244244

245-
if (\in_array($alias, self::WITHDRAWN_CODES)) {
245+
if (\in_array($alias, self::WITHDRAWN_CODES, true)) {
246246
continue;
247247
}
248248

0 commit comments

Comments
 (0)