Passed
Push — master ( 49f273...1a9e8b )
by Mike
02:25
created
src/Xervice/Kernel/KernelDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 
13 13
     public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface
14 14
     {
15
-        $container[self::SERVICES] = function () {
15
+        $container[self::SERVICES] = function() {
16 16
             return $this->getServiceList();
17 17
         };
18 18
 
Please login to merge, or discard this patch.