Skip to content

Commit 295caac

Browse files
committed
Fix CS
1 parent eff27bf commit 295caac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/console.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
use Symfony\Component\Console\EventListener\ErrorListener;
4343
use Symfony\Component\Dotenv\Command\DebugCommand as DotenvDebugCommand;
4444
use Symfony\Component\Messenger\Command\ConsumeMessagesCommand;
45-
use Symfony\Component\Messenger\Command\StatsCommand;
4645
use Symfony\Component\Messenger\Command\DebugCommand;
4746
use Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand;
4847
use Symfony\Component\Messenger\Command\FailedMessagesRetryCommand;
4948
use Symfony\Component\Messenger\Command\FailedMessagesShowCommand;
5049
use Symfony\Component\Messenger\Command\SetupTransportsCommand;
50+
use Symfony\Component\Messenger\Command\StatsCommand;
5151
use Symfony\Component\Messenger\Command\StopWorkersCommand;
5252
use Symfony\Component\Translation\Command\TranslationPullCommand;
5353
use Symfony\Component\Translation\Command\TranslationPushCommand;
@@ -342,5 +342,5 @@
342342
service('secrets.local_vault')->ignoreOnInvalid(),
343343
])
344344
->tag('console.command')
345-
;
345+
;
346346
};

0 commit comments

Comments
 (0)