Skip to content

Commit

Permalink
fix phpstan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Nov 18, 2024
1 parent b35a095 commit b39af6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Encrypter/OpenSslEncrypter.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private function decryptClosingData(): mixed
return $processed;
}

private function handleIv($in, $out, &$consumed): void
private function handleIv($in, $out, int &$consumed): void
{
if ($this->iv !== null) {
return;
Expand Down

0 comments on commit b39af6f

Please sign in to comment.