mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Utils::toAscii() should be static
This commit is contained in:
parent
bbfc3b5658
commit
e0ff168cf3
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user