Skip to content

Commit

Permalink
Update Str.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Apr 17, 2024
1 parent 0914149 commit 6ea0ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ public static function replaceEnd($search, $replace, $subject)
* Replace the patterns matching the given regular expression.
*
* @param array|string $pattern
* @param \Closure|string|string[] $replace
* @param \Closure|string[]|string $replace
* @param array|string $subject
* @param int $limit
* @return string|string[]|null
Expand Down

0 comments on commit 6ea0ece

Please sign in to comment.