Skip to content

Commit fe4fb93

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

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/Console/MetaCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ public function __construct(
7474
Filesystem $files,
7575
Factory $view,
7676
Repository $config
77-
)
78-
{
77+
) {
7978
$this->files = $files;
8079
$this->view = $view;
8180
$this->config = $config;

src/IdeHelperServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function provides()
9292
GeneratorCommand::class,
9393
ModelsCommand::class,
9494
MetaCommand::class,
95-
EloquentCommand::class
95+
EloquentCommand::class,
9696
];
9797
}
9898

tests/Console/GeneratorCommand/AbstractGeneratorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ abstract class AbstractGeneratorCommand extends TestCase
1313
protected function setUp(): void
1414
{
1515
parent::setUp();
16-
// $this->artisan('key:gen');
16+
// $this->artisan('key:gen');
1717

1818
$this->mockFilesystem();
1919
}

0 commit comments

Comments
 (0)