Skip to content

Commit

Permalink
Format code (#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored Aug 8, 2024
1 parent 21e593d commit 18fc87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
function str($string = null)
{
if (func_num_args() === 0) {
return new class() implements \Stringable {
return new class implements \Stringable {
public function __call($method, $parameters)
{
return Str::$method(...$parameters);
Expand Down

0 comments on commit 18fc87f

Please sign in to comment.