Completed
Push — master ( a38bf1...80f7cf )
by Pierre
33:29
created
src/App/Reuse/TKernel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@  discard block
 block discarded – undo
249 249
         }
250 250
         (new Middleware())->layer($this->middlewares)->peel(
251 251
             $this->container,
252
-            function ($container) {
252
+            function($container) {
253 253
                 $this->execute($this->router->getParams());
254 254
                 return $container;
255 255
             }
@@ -339,7 +339,7 @@  discard block
 block discarded – undo
339 339
     protected function setActions()
340 340
     {
341 341
         $methods = $this->getFinalMethods();
342
-        $methodsName = array_map(function ($method) {
342
+        $methodsName = array_map(function($method) {
343 343
             return $method->name;
344 344
         }, $methods);
345 345
         $this->actions = array_merge($methodsName, ['preflight']);
Please login to merge, or discard this patch.