Test Failed
Push — master ( c807ff...d58b05 )
by Mike
01:51
created
src/Xervice/EventRabbitMq/EventRabbitMqDependencyProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,11 +15,11 @@
 block discarded – undo
15 15
 
16 16
     public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface
17 17
     {
18
-        $container[self::RABBITMQ_FACADE] = function (DependencyContainerInterface $container) {
18
+        $container[self::RABBITMQ_FACADE] = function(DependencyContainerInterface $container) {
19 19
             return $container->getLocator()->rabbitMQ()->facade();
20 20
         };
21 21
 
22
-        $container[self::EVENT_FACADE] = function (DependencyContainerInterface $container) {
22
+        $container[self::EVENT_FACADE] = function(DependencyContainerInterface $container) {
23 23
             return $container->getLocator()->event()->facade();
24 24
         };
25 25
 
Please login to merge, or discard this patch.