mirror of
https://github.com/kvazar-network/index-php.git
synced 2025-01-22 04:45:13 +00:00
fix _crc32 input data type
This commit is contained in:
parent
08ebb81ac8
commit
87ba47a717
@ -230,7 +230,7 @@ class Manticore
|
||||
);
|
||||
}
|
||||
|
||||
private function _crc32(mixed $value): int
|
||||
private function _crc32(string $value): int
|
||||
{
|
||||
return crc32(
|
||||
$value
|
||||
|
Loading…
x
Reference in New Issue
Block a user