Skip to content

Commit fadb95a

Browse files
authored
Update PHPDoc of str_ireplace (#46)
1 parent 2fd3570 commit fadb95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StringHelper.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ public static function strlen($str)
257257
*
258258
* Case-insensitive version of str_replace()
259259
*
260-
* @param string|array $search String to search
261-
* @param string|array $replace Existing string to replace
260+
* @param string|string[] $search String to search
261+
* @param string|string[] $replace Existing string to replace
262262
* @param string $str New string to replace with
263263
* @param integer|null|boolean $count Optional count value to be passed by referene
264264
*

0 commit comments

Comments
 (0)