fix _crc32 input data type

This commit is contained in:
ghost 2024-02-14 17:06:08 +02:00
parent 08ebb81ac8
commit 87ba47a717

View File

@ -230,7 +230,7 @@ class Manticore
);
}
private function _crc32(mixed $value): int
private function _crc32(string $value): int
{
return crc32(
$value