From 18fc87fad3d87c2ba10477613fe2b11a6df4f61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Thu, 8 Aug 2024 10:28:23 +0800 Subject: [PATCH] Format code (#6994) --- src/Functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Functions.php b/src/Functions.php index aefbc0d..9a8ef58 100644 --- a/src/Functions.php +++ b/src/Functions.php @@ -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);