mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08:00
Change for issue #95
This commit is contained in:
parent
d67cfaa3a4
commit
830f660ccc
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class Xxtea
|
|||
return $aV;
|
||||
}
|
||||
|
||||
private static function int32(int $iN) : int
|
||||
private static function int32($iN) : int
|
||||
{
|
||||
return $iN & 0xffffffff;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue