Passed
Pull Request — master (#6)
by Daniel
04:15
created
src/Jellyfish/QueueRabbitMq/QueueRabbitMqServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         $self = $this;
22 22
 
23
-        $pimple->offsetSet('queue_client', function (Container $container) use ($self) {
23
+        $pimple->offsetSet('queue_client', function(Container $container) use ($self) {
24 24
             return $self->createClient(
25 25
                 $container->offsetGet('config'),
26 26
                 $container->offsetGet('message_mapper')
Please login to merge, or discard this patch.