Skip to content

Commit 18fc87f

Browse files
authored
Format code (#6994)
1 parent 21e593d commit 18fc87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
function str($string = null)
2222
{
2323
if (func_num_args() === 0) {
24-
return new class() implements \Stringable {
24+
return new class implements \Stringable {
2525
public function __call($method, $parameters)
2626
{
2727
return Str::$method(...$parameters);

0 commit comments

Comments
 (0)