Test Failed
Pull Request — master (#37)
by
unknown
06:57
created
Command/BaseConsumerCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
         $this->consumer = $this->getContainer()
110 110
                 ->get(sprintf($this->getConsumerService(), $input->getArgument('name')));
111 111
 
112
-        if (!is_null($input->getOption('memory-limit')) && ctype_digit((string) $input->getOption('memory-limit')) && (int)$input->getOption('memory-limit') > 0) {
112
+        if (!is_null($input->getOption('memory-limit')) && ctype_digit((string) $input->getOption('memory-limit')) && (int) $input->getOption('memory-limit') > 0) {
113 113
             $this->consumer->setMemoryLimit($input->getOption('memory-limit'));
114 114
         }
115 115
         $this->consumer->setRoutingKey($input->getOption('route'));
Please login to merge, or discard this patch.