Test Failed
Pull Request — master (#9)
by Nicolas
06:10
created
src/Commands/Worker/ListAll.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -25,12 +25,12 @@
 block discarded – undo
25 25
     protected function configure()
26 26
     {
27 27
         $this->setName('list')
28
-             ->addArgument(
29
-                  'workerNamePattern',
30
-                  InputArgument::OPTIONAL,
31
-                  'Regex pattern of the worker name',
32
-                  null
33
-             )
28
+                ->addArgument(
29
+                    'workerNamePattern',
30
+                    InputArgument::OPTIONAL,
31
+                    'Regex pattern of the worker name',
32
+                    null
33
+                )
34 34
             ->setDescription('List AMQP workers');
35 35
     }
36 36
 
Please login to merge, or discard this patch.