Completed
Push — master ( 5c2d6c...5ef457 )
by Lars
01:39
created
src/Stringy.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -197,6 +197,7 @@  discard block
 block discarded – undo
197 197
      * Returns a new string with $string appended.
198 198
      *
199 199
      * @param string ...$suffix <p>The string to append.</p>
200
+     * @param string[] $suffix
200 201
      *
201 202
      * @psalm-mutation-free
202 203
      *
@@ -1933,6 +1934,7 @@  discard block
 block discarded – undo
1933 1934
      * Returns a new string starting with $string.
1934 1935
      *
1935 1936
      * @param string ...$prefix <p>The string to append.</p>
1937
+     * @param string[] $prefix
1936 1938
      *
1937 1939
      * @psalm-mutation-free
1938 1940
      *
Please login to merge, or discard this patch.