Compare commits

...

1 Commits

Author SHA1 Message Date
phil
ca4052740c [BUGFIX] Mark function getRandomString as static 2025-08-20 13:16:39 +02:00

View File

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