Skip to content

Commit 05e9a28

Browse files
authored
docs: update phpdoc in Str helper for remove function (#47967)
$subject can be a string or an array of string
1 parent a207057 commit 05e9a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Str.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ public static function replaceLast($search, $replace, $subject)
10341034
* Remove any occurrence of the given string in the subject.
10351035
*
10361036
* @param string|iterable<string> $search
1037-
* @param string $subject
1037+
* @param string|iterable<string> $subject
10381038
* @param bool $caseSensitive
10391039
* @return string
10401040
*/

0 commit comments

Comments
 (0)