Test Failed
Push — master ( 4067fa...771994 )
by Mike
03:57
created
src/Xervice/LogRabbitMq/LogRabbitMqDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      */
19 19
     public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface
20 20
     {
21
-        $container[self::RABBITMQ_FACADE] = function (DependencyContainerInterface $container) {
21
+        $container[self::RABBITMQ_FACADE] = function(DependencyContainerInterface $container) {
22 22
             return $container->getLocator()->rabbitMQ()->facade();
23 23
         };
24 24
 
Please login to merge, or discard this patch.