Skip to content

Commit

Permalink
Actually fix fromBase64 return type (#50113)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Feb 16, 2024
1 parent 7784c1b commit d5a35ef
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 @@ -1551,7 +1551,7 @@ public static function toBase64($string): string
*
* @param string $string
* @param bool $strict
* @return string
* @return string|false
*/
public static function fromBase64($string, $strict = false)
{
Expand Down

0 comments on commit d5a35ef

Please sign in to comment.