Skip to content

Commit dd113f6

Browse files
CS fix
1 parent 219aa36 commit dd113f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Normalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static function normalize(string $s, int $form = self::FORM_C)
9090
self::$cC = self::getData('combiningClass');
9191
}
9292

93-
if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) {
93+
if (null !== $mbEncoding = (2 /* MB_OVERLOAD_STRING */ & (int) \ini_get('mbstring.func_overload')) ? mb_internal_encoding() : null) {
9494
mb_internal_encoding('8bit');
9595
}
9696

0 commit comments

Comments
 (0)