From 5a197a4cfb834e615361466a02663f7e47df792a Mon Sep 17 00:00:00 2001 From: Jan-Paul Kleemans Date: Wed, 21 Aug 2024 09:57:58 +0200 Subject: [PATCH] Lint fix --- tests/Fake/Address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Fake/Address.php b/tests/Fake/Address.php index 87a85fb..c196a7f 100644 --- a/tests/Fake/Address.php +++ b/tests/Fake/Address.php @@ -23,7 +23,7 @@ public function __toString() public static function castUsing(array $arguments) { - return new class() implements CastsAttributes { + return new class implements CastsAttributes { public function get($model, $key, $value, $attributes) { if (!$value) {