Browse Source

Adjustments as per codereview

mscherer 7 years ago
parent
commit
a692e96a06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Collection/Iterator/FilterIterator.php

+ 1 - 1
src/Collection/Iterator/FilterIterator.php

@@ -43,7 +43,7 @@ class FilterIterator extends Collection
      * in the current iteration, the key of the element and the passed $items iterator
      * as arguments, in that order.
      *
-     * @param \Iterator|\Traversable|array $items The items to be filtered.
+     * @param \Traversable|array $items The items to be filtered.
      * @param callable $callback Callback.
      */
     public function __construct($items, callable $callback)