Passed
Push — master ( 8220b9...00b675 )
by Gabor
03:04
created
src/WebHemi/Router/ServiceAdapter/FastRoute/ServiceAdapter.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
         $this->result = $routeResult;
51 51
         $this->applicationPath = $environmentManager->getSelectedApplicationUri();
52 52
         $this->adapter = \FastRoute\simpleDispatcher(
53
-            function (RouteCollector $routeCollector) use ($routes) {
53
+            function(RouteCollector $routeCollector) use ($routes) {
54 54
                 foreach ($routes as $resource => $route) {
55 55
                     $method   = $route['allowed_methods'];
56 56
                     $uri      = $route['path'];
Please login to merge, or discard this patch.