From 7784c1b8ac17bdd034395eb31e9a03bb6253848e Mon Sep 17 00:00:00 2001 From: Samson Endale <4sam21@gmail.com> Date: Fri, 16 Feb 2024 12:44:42 +0300 Subject: [PATCH] Minor typo (#50108) --- src/Illuminate/Support/Str.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {