Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 17, 2022
1 parent 1571a84 commit 33a05db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Command/Fixture/SchemaClearCommand.php
Expand Up @@ -15,14 +15,12 @@
use App\Blog\Entity\Post;
use App\User\User;


final class SchemaClearCommand extends Command
{
protected static $defaultName = 'fixture/schema/clear';

private CycleDependencyProxy $promise;


public function __construct(
CycleDependencyProxy $promise,
) {
Expand Down Expand Up @@ -96,7 +94,5 @@ protected function execute(InputInterface $input, OutputInterface $output): int
->count()
? ExitCode::OK
: ExitCode::UNSPECIFIED_ERROR;

}

}

0 comments on commit 33a05db

Please sign in to comment.