diff --git a/src/Illuminate/Support/Str.php b/src/Illuminate/Support/Str.php index cbabea9fc9db..3eb1032a27f2 100644 --- a/src/Illuminate/Support/Str.php +++ b/src/Illuminate/Support/Str.php @@ -1551,7 +1551,7 @@ public static function toBase64($string): string * * @param string $string * @param bool $strict - * @return void + * @return string */ public static function fromBase64($string, $strict = false) {