Skip to content

Commit

Permalink
Update Str.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Feb 8, 2024
1 parent 2795411 commit 623980b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Support/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ public static function take($string, int $limit): string
}

/**
* Base64 encode the string.
* Convert the given string to Base64 encoding.
*
* @param string $string
* @return string
Expand All @@ -1547,7 +1547,7 @@ public static function toBase64($string): string
}

/**
* Decode the string from base64.
* Decode the given Base64 encoded string.
*
* @param string $string
* @param bool $strict
Expand Down

0 comments on commit 623980b

Please sign in to comment.