Passed
Push — master ( 29f4c1...b8c44c )
by Mike
03:51
created
src/Xervice/RabbitMQ/Communication/Console/Command/WorkerCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         $this
24 24
             ->setName('queue:worker:run')
25 25
             ->addOption('loop', 'l', InputOption::VALUE_NONE, 'Endless loop')
26
-            ->addOption('runtime', 't', InputOption::VALUE_REQUIRED, 'How long running this command',60);
26
+            ->addOption('runtime', 't', InputOption::VALUE_REQUIRED, 'How long running this command', 60);
27 27
     }
28 28
 
29 29
     /**
Please login to merge, or discard this patch.