diff --git a/src/Illuminate/Support/Stringable.php b/src/Illuminate/Support/Stringable.php index 9603966cd1e2..3efe13eb922f 100644 --- a/src/Illuminate/Support/Stringable.php +++ b/src/Illuminate/Support/Stringable.php @@ -1247,7 +1247,7 @@ public function toHtmlString() } /** - * Base64 encode the string. + * Convert the string to Base64 encoding. * * @return void */ @@ -1257,7 +1257,7 @@ public function toBase64() } /** - * Decode the string from base64. + * Decode the Base64 encoded string. * * @param bool $strict * @return void