Skip to content

Commit

Permalink
convertCase method doc block fix (#48729)
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 authored Oct 16, 2023
1 parent 967dab6 commit 0d23fb3
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 @@ -297,7 +297,7 @@ public static function containsAll($haystack, $needles, $ignoreCase = false)
*
* @param string $string
* @param int $mode
* @param string $encoding
* @param string|null $encoding
* @return string
*/
public static function convertCase(string $string, int $mode = MB_CASE_FOLD, ?string $encoding = 'UTF-8')
Expand Down

0 comments on commit 0d23fb3

Please sign in to comment.