Completed
Push — master ( 286c6f...e4b111 )
by
unknown
08:02 queued 04:37
created
src/Jellyfish/QueueRabbitMq/QueueRabbitMqServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     {
29 29
         $self = $this;
30 30
 
31
-        $container->offsetSet('queue_client', function (Container $container) use ($self) {
31
+        $container->offsetSet('queue_client', function(Container $container) use ($self) {
32 32
             return new QueueClient(
33 33
                 $self->createConnection($container),
34 34
                 $container->offsetGet('message_mapper')
Please login to merge, or discard this patch.
packages/event/src/Jellyfish/Event/Command/EventQueueConsumeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
         try {
98 98
             $result = $this->executeLockablePart($eventName, $listenerIdentifier);
99 99
         } catch (Throwable $e) {
100
-            $this->logger->error((string)$e);
100
+            $this->logger->error((string) $e);
101 101
         } finally {
102 102
             $this->release();
103 103
         }
Please login to merge, or discard this patch.