Utils::toAscii() should be static

This commit is contained in:
Andy Miller 2024-10-21 14:20:05 +01:00
parent bbfc3b5658
commit e0ff168cf3
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0

View File

@ -1888,7 +1888,7 @@ abstract class Utils
return $string;
}
public function toAscii(String $string): String
public static function toAscii(String $string): String
{
return strtr(utf8_decode($string),
utf8_decode(