Passed
Branch master (e9d259)
by Koldo
08:15
created
Category
src/Cli/StartQueueConsumer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $container = $this->actionContainer;
51 51
         $this->consumer->bindCallback(
52 52
             $queue,
53
-            static function (Message $message) use ($container) {
53
+            static function(Message $message) use ($container) {
54 54
                 try {
55 55
                     $jobPayload = JobPayload::createFromMessage($message);
56 56
                     $action = $container->get($jobPayload->type());
Please login to merge, or discard this patch.