Skip to content

Commit

Permalink
Fix Str::replace docblock return (#37437)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGaskins authored May 20, 2021
1 parent 974428f commit 31c58e5
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 @@ -533,7 +533,7 @@ public static function replaceArray($search, array $replace, $subject)
* @param string|string[] $search
* @param string|string[] $replace
* @param string|string[] $subject
* @return static
* @return string
*/
public static function replace($search, $replace, $subject)
{
Expand Down

0 comments on commit 31c58e5

Please sign in to comment.