This commit is contained in:
Adrian Hopek 2022-03-16 11:26:51 +01:00
parent f1dfb124c1
commit 354f9e9747

View File

@ -16,7 +16,7 @@ class ColorGenerator
return $colors[$index];
}
protected static function calculateHash(string $text): int
protected static function calculateHash(string $text): float
{
$hash = 0;