Skip to content

Commit 31979ed

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent 6d96f0b commit 31979ed

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

tests/Console/GeneratorCommand/AbstractGeneratorCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Barryvdh\LaravelIdeHelper\Tests\Console\GeneratorCommand;
66

77
use Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider;
8-
use Barryvdh\LaravelIdeHelper\Tests\SnapshotPhpDriver;
98
use Barryvdh\LaravelIdeHelper\Tests\TestCase;
109

1110
abstract class AbstractGeneratorCommand extends TestCase

tests/Console/ModelsCommand/AbstractModelsCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand;
66

77
use Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider;
8-
use Barryvdh\LaravelIdeHelper\Tests\SnapshotPhpDriver;
98
use Barryvdh\LaravelIdeHelper\Tests\TestCase;
109

1110
abstract class AbstractModelsCommand extends TestCase

tests/Console/ModelsCommand/ModelHooks/Test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ModelHooks\Hooks\CustomMethod;
1010
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ModelHooks\Hooks\CustomProperty;
1111
use Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ModelHooks\Hooks\UnsetMethod;
12-
use Illuminate\Filesystem\Filesystem;
13-
use Mockery;
1412

1513
class Test extends AbstractModelsCommand
1614
{

0 commit comments

Comments
 (0)