We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e593d commit 18fc87fCopy full SHA for 18fc87f
src/Functions.php
@@ -21,7 +21,7 @@
21
function str($string = null)
22
{
23
if (func_num_args() === 0) {
24
- return new class() implements \Stringable {
+ return new class implements \Stringable {
25
public function __call($method, $parameters)
26
27
return Str::$method(...$parameters);
0 commit comments