Skip to content

Commit 330c724

Browse files
committed
fix psalm
1 parent 4130739 commit 330c724

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/IO/Filter/Cipher/WinZipAes/WinZipAesEncryptionStreamFilter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function filter($in, $out, &$consumed, $closing): int
8989
if ($winZipExtra === null) {
9090
throw new RuntimeException('$winZipExtra is null');
9191
}
92+
/** @psalm-var positive-int $saltSize */
9293
$saltSize = $winZipExtra->getSaltSize();
9394

9495
try {

0 commit comments

Comments
 (0)