Skip to content

Commit

Permalink
fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne-Lexa committed Jun 19, 2022
1 parent 4130739 commit 330c724
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public function filter($in, $out, &$consumed, $closing): int
if ($winZipExtra === null) {
throw new RuntimeException('$winZipExtra is null');
}
/** @psalm-var positive-int $saltSize */
$saltSize = $winZipExtra->getSaltSize();

try {
Expand Down

0 comments on commit 330c724

Please sign in to comment.