Skip to content

Commit 7eb2a40

Browse files
Fix docblocks about callables
1 parent c47b7a3 commit 7eb2a40

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)