Completed
Push — master ( dc809d...ea43b1 )
by Lars
03:20
created
src/CollectionStringy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param string ...$string
62
+     * @param string string[]
63 63
      *
64 64
      * @return $this
65 65
      *
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @param Stringy ...$stringy
78
+     * @param Stringy Stringy[]
79 79
      *
80 80
      * @return $this
81 81
      */
Please login to merge, or discard this patch.