Completed
Push — master ( 292a08...958910 )
by Lars
01:29
created
src/CollectionStringy.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
     /**
15 15
      * Creates an CollectionInterface object.
16 16
      *
17
-     * @param mixed  $data
17
+     * @param Stringy[]  $data
18 18
      * @param string $iteratorClass
19 19
      * @param bool   $checkPropertiesInConstructor
20 20
      *
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     }
86 86
 
87 87
     /**
88
-     * @param string ...$string
88
+     * @param string string[]
89 89
      *
90 90
      * @return $this
91 91
      */
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-     * @param Stringy ...$stringy
103
+     * @param Stringy Stringy[]
104 104
      *
105 105
      * @return $this
106 106
      */
Please login to merge, or discard this patch.