Passed
Push — master ( 9af39e...49f273 )
by Mike
04:08
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.