Skip to content

Commit 7f94d59

Browse files
Add more callable type hints
1 parent 123f461 commit 7f94d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Iterator/CustomFilterIterator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class CustomFilterIterator extends FilterIterator
2626
/**
2727
* Constructor.
2828
*
29-
* @param \Iterator $iterator The Iterator to filter
30-
* @param array $filters An array of PHP callbacks
29+
* @param \Iterator $iterator The Iterator to filter
30+
* @param callable[] $filters An array of PHP callbacks
3131
*
3232
* @throws \InvalidArgumentException
3333
*/

0 commit comments

Comments
 (0)