From cdefaeed422da245dba68dd3f2a78b9158b09722 Mon Sep 17 00:00:00 2001 From: laravel-ide-helper Date: Wed, 14 May 2025 18:21:46 +0000 Subject: [PATCH] composer fix-style --- tests/Console/GeneratorCommand/GenerateIdeHelper/Test.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/Console/GeneratorCommand/GenerateIdeHelper/Test.php b/tests/Console/GeneratorCommand/GenerateIdeHelper/Test.php index ceb89bd..950cf90 100644 --- a/tests/Console/GeneratorCommand/GenerateIdeHelper/Test.php +++ b/tests/Console/GeneratorCommand/GenerateIdeHelper/Test.php @@ -13,8 +13,10 @@ class Test extends AbstractGeneratorCommand { public function testGenerator(): void { - Arr::macro('arr_custom_macro',function(){}); - DB::macro('db_custom_macro',function(){}); + Arr::macro('arr_custom_macro', function () { + }); + DB::macro('db_custom_macro', function () { + }); $command = $this->app->make(GeneratorCommand::class);