1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-17 12:43:05 +02:00

2 Commits

Author SHA1 Message Date
Ne-Lexa
330c724ce6 fix psalm 2022-06-19 11:27:45 +03:00
Ne-Lexa
4130739a21 Merge tag '4.0.2' into develop
Tagging version 4.0.2 4.0.2
2022-06-17 14:17:46 +03:00

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 {