1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-01-16 20:28:16 +01:00

fix psalm

This commit is contained in:
Ne-Lexa 2022-06-19 11:27:45 +03:00
parent 4130739a21
commit 330c724ce6

View File

@ -89,6 +89,7 @@ class WinZipAesEncryptionStreamFilter extends \php_user_filter
if ($winZipExtra === null) {
throw new RuntimeException('$winZipExtra is null');
}
/** @psalm-var positive-int $saltSize */
$saltSize = $winZipExtra->getSaltSize();
try {