composer fix-style

This commit is contained in:
laravel-ide-helper
2025-07-17 05:52:57 +00:00
committed by github-actions[bot]
parent 6d96f0bd1a
commit 31979ed485
3 changed files with 0 additions and 4 deletions
@@ -5,7 +5,6 @@ declare(strict_types=1);
namespace Barryvdh\LaravelIdeHelper\Tests\Console\GeneratorCommand;
use Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider;
use Barryvdh\LaravelIdeHelper\Tests\SnapshotPhpDriver;
use Barryvdh\LaravelIdeHelper\Tests\TestCase;
abstract class AbstractGeneratorCommand extends TestCase