mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-03 22:17:24 +02:00
fix psalm
This commit is contained in:
@@ -89,6 +89,7 @@ class WinZipAesEncryptionStreamFilter extends \php_user_filter
|
|||||||
if ($winZipExtra === null) {
|
if ($winZipExtra === null) {
|
||||||
throw new RuntimeException('$winZipExtra is null');
|
throw new RuntimeException('$winZipExtra is null');
|
||||||
}
|
}
|
||||||
|
/** @psalm-var positive-int $saltSize */
|
||||||
$saltSize = $winZipExtra->getSaltSize();
|
$saltSize = $winZipExtra->getSaltSize();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user