#75 - fix data leak to ui-avatars #79

Merged
Baakoma merged 9 commits from #75-fix-ui-avatars into main 2022-03-16 11:53:06 +01:00
Showing only changes of commit 354f9e9747 - Show all commits

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;