Passed
Pull Request — master (#42)
by
unknown
52:30
created
src/Zicht/Itertools/lib/Traits/ChainTrait.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,6 @@
 block discarded – undo
29 29
      * > iter\iterable('ABC', 'DEF')->chain()
30 30
      * A B C D E F
31 31
      *
32
-     * @param array|string|\Iterator $iterable
33
-     * @param array|string|\Iterator $iterable2
34 32
      * @return null|ChainIterator
35 33
      * @throws \ReflectionException
36 34
      */
Please login to merge, or discard this patch.
src/Zicht/Itertools/lib/Traits/MapTrait.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
      * 2.5 3.5 4.5
39 39
      *
40 40
      * @param null|string|\Closure $strategy
41
-     * @param array|string|\Iterator $iterable2
42 41
      * @return MapIterator
43 42
      * @throws \ReflectionException
44 43
      */
Please login to merge, or discard this patch.
src/Zicht/Itertools/lib/Traits/ZipTrait.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
      * > zip([1, 2, 3], ['a', 'b', 'c'])
26 26
      * [1, 'a'] [2, 'b'] [3, 'c']
27 27
      *
28
-     * @param array|string|\Iterator $iterable2
29 28
      * @return ZipIterator
30 29
      * @throws \ReflectionException
31 30
      */
Please login to merge, or discard this patch.