Skip to content

Commit

Permalink
docs: update phpdoc in Str helper for remove function (#47967)
Browse files Browse the repository at this point in the history
$subject can be a string or an array of string
  • Loading branch information
squiaios authored Aug 4, 2023
1 parent a207057 commit 05e9a28
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 @@ -1034,7 +1034,7 @@ public static function replaceLast($search, $replace, $subject)
* Remove any occurrence of the given string in the subject.
*
* @param string|iterable<string> $search
* @param string $subject
* @param string|iterable<string> $subject
* @param bool $caseSensitive
* @return string
*/
Expand Down

0 comments on commit 05e9a28

Please sign in to comment.