We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee30e98 commit fe8bcdbCopy full SHA for fe8bcdb
1 file changed
src/Utils/Utils.php
@@ -117,7 +117,6 @@ public static function chr(int $ord, string $encoding = 'UTF-8'): string
117
}
118
119
$converted = mb_convert_encoding(self::chr($ord, 'UCS-4BE'), $encoding, 'UCS-4BE');
120
- assert(is_string($converted), 'format string is statically known to be correct');
121
122
return $converted;
123
0 commit comments