@@ -193,6 +193,7 @@ discard block |
||
193 | 193 | * Returns a new string with $string appended. |
194 | 194 | * |
195 | 195 | * @param string ...$suffix <p>The string to append.</p> |
196 | + * @param string[] $suffix |
|
196 | 197 | * |
197 | 198 | * @return static |
198 | 199 | * <p>Object with appended $string.</p> |
@@ -1129,6 +1130,7 @@ discard block |
||
1129 | 1130 | * Determine whether the string is equals to $str. |
1130 | 1131 | * |
1131 | 1132 | * @param string ...$str <p>The string to compare.</p> |
1133 | + * @param string[] $str |
|
1132 | 1134 | * |
1133 | 1135 | * @return bool |
1134 | 1136 | * <p>Whether or not $str is equals.</p> |
@@ -1570,6 +1572,7 @@ discard block |
||
1570 | 1572 | * Returns a new string starting with $string. |
1571 | 1573 | * |
1572 | 1574 | * @param string ...$prefix <p>The string to append.</p> |
1575 | + * @param string[] $prefix |
|
1573 | 1576 | * |
1574 | 1577 | * @return static |
1575 | 1578 | * <p>Object with appended $string.</p> |