Skip to content

Commit

Permalink
Update Stringable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Feb 8, 2024
1 parent 758238d commit 2795411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Support/Stringable.php
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ public function toHtmlString()
}

/**
* Base64 encode the string.
* Convert the string to Base64 encoding.
*
* @return void
*/
Expand All @@ -1257,7 +1257,7 @@ public function toBase64()
}

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

0 comments on commit 2795411

Please sign in to comment.