@@ -28,7 +28,7 @@ |
||
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') |
@@ -97,7 +97,7 @@ |
||
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 | } |