mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-01 21:20:09 +02:00
fix psalm
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user