Test Failed
Pull Request — master (#11)
by Joao
01:49
created
src/Route/RouteList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     public function getDispatcher()
48 48
     {
49 49
         // Generic Dispatcher for RestServer
50
-        return simpleDispatcher(function (RouteCollector $r) {
50
+        return simpleDispatcher(function(RouteCollector $r) {
51 51
 
52 52
             foreach ($this->getRoutes() as $route) {
53 53
                 $r->addRoute(
Please login to merge, or discard this patch.