composer update
This commit is contained in:
2
vendor/symfony/polyfill-php72/Php72.php
vendored
2
vendor/symfony/polyfill-php72/Php72.php
vendored
@@ -191,7 +191,7 @@ final class Php72
|
||||
|
||||
public static function mb_ord($s, $encoding = null)
|
||||
{
|
||||
if (null == $encoding) {
|
||||
if (null === $encoding) {
|
||||
$s = mb_convert_encoding($s, 'UTF-8');
|
||||
} elseif ('UTF-8' !== $encoding) {
|
||||
$s = mb_convert_encoding($s, 'UTF-8', $encoding);
|
||||
|
||||
Reference in New Issue
Block a user