We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd3570 commit fadb95aCopy full SHA for fadb95a
src/StringHelper.php
@@ -257,8 +257,8 @@ public static function strlen($str)
257
*
258
* Case-insensitive version of str_replace()
259
260
- * @param string|array $search String to search
261
- * @param string|array $replace Existing string to replace
+ * @param string|string[] $search String to search
+ * @param string|string[] $replace Existing string to replace
262
* @param string $str New string to replace with
263
* @param integer|null|boolean $count Optional count value to be passed by referene
264
0 commit comments