Skip to content

Commit

Permalink
Fix psalm annotation (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil authored Jun 21, 2022
1 parent 10c4207 commit 18f86b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IteratorStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class IteratorStream implements InputStream
private $pending = false;

/**
* @psam-param Iterator<string> $iterator
* @psalm-param Iterator<string> $iterator
*/
public function __construct(Iterator $iterator)
{
Expand Down

0 comments on commit 18f86b6

Please # to comment.