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.
Controller/Business/Model/ResponseHandler/ControllerResponseHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     {
51 51
         return array_filter(
52 52
             $response,
53
-            function ($value) {
53
+            function($value) {
54 54
                 return $value{0} !== '_';
55 55
             },
56 56
             ARRAY_FILTER_USE_KEY
Please login to merge, or discard this patch.