Skip to content

Commit

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

0 comments on commit 0914149

Please sign in to comment.