mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Bugfix: @param/@return documentation was incorrect which caused errors
This commit is contained in:
parent
7eb1defa16
commit
b81b36d120
10 changed files with 33 additions and 32 deletions
|
|
@ -106,7 +106,7 @@ class Crypt
|
|||
return self::long2str($aV, true);
|
||||
}
|
||||
|
||||
private static function long2str(array $aV, array $aW) : string
|
||||
private static function long2str(array $aV, bool $aW) : string
|
||||
{
|
||||
$iLen = \count($aV);
|
||||
$iN = ($iLen - 1) << 2;
|
||||
|
|
@ -157,4 +157,4 @@ class Crypt
|
|||
}
|
||||
return (int) $iN;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue