Skip to content

Commit

Permalink
Update PHPDoc of str_ireplace (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denitz authored Aug 16, 2024
1 parent 2fd3570 commit fadb95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StringHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ public static function strlen($str)
*
* Case-insensitive version of str_replace()
*
* @param string|array $search String to search
* @param string|array $replace Existing string to replace
* @param string|string[] $search String to search
* @param string|string[] $replace Existing string to replace
* @param string $str New string to replace with
* @param integer|null|boolean $count Optional count value to be passed by referene
*
Expand Down

0 comments on commit fadb95a

Please sign in to comment.