Change for issue #95

This commit is contained in:
djmaze 2021-06-01 13:45:58 +02:00
parent d67cfaa3a4
commit 830f660ccc

View file

@ -132,7 +132,7 @@ class Xxtea
return $aV;
}
private static function int32(int $iN) : int
private static function int32($iN) : int
{
return $iN & 0xffffffff;
}