Skip to content

Commit cdefaee

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent c775aec commit cdefaee

File tree

1 file changed

+4
-2
lines changed
  • tests/Console/GeneratorCommand/GenerateIdeHelper

1 file changed

+4
-2
lines changed

tests/Console/GeneratorCommand/GenerateIdeHelper/Test.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ class Test extends AbstractGeneratorCommand
1313
{
1414
public function testGenerator(): void
1515
{
16-
Arr::macro('arr_custom_macro',function(){});
17-
DB::macro('db_custom_macro',function(){});
16+
Arr::macro('arr_custom_macro', function () {
17+
});
18+
DB::macro('db_custom_macro', function () {
19+
});
1820

1921
$command = $this->app->make(GeneratorCommand::class);
2022

0 commit comments

Comments
 (0)