[BUGFIX] Mark function getRandomString as static

This commit is contained in:
Philipp Dieter 2025-08-20 13:17:29 +02:00
parent a329a52505
commit 5b0ef1ccdf

View File

@ -45,7 +45,7 @@ class StringUtility
return $string; return $string;
} }
function getRandomString( public static function getRandomString(
int $length = 64, int $length = 64,
string $keyspace = null string $keyspace = null
): string { ): string {