Passed
Push — master ( 860a21...141758 )
by Mike
03:50
created
src/Xervice/Controller/ControllerDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     protected function addKernelFacade(
33 33
         DependencyContainerInterface $container
34 34
     ): DependencyContainerInterface {
35
-        $container[self::KERNEL_FACADE] = function (DependencyContainerInterface $container) {
35
+        $container[self::KERNEL_FACADE] = function(DependencyContainerInterface $container) {
36 36
             return $container->getLocator()->kernel()->facade();
37 37
         };
38 38
 
Please login to merge, or discard this patch.