Test Failed
Push — master ( d4b731...813def )
by Dan
08:06
created
Example/FastRouteExample.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
 //Routes collections can then be added to the router:
30 30
 $routeCollection = new \Ds\Router\RouteCollection();
31
-$routeCollection->addRoute('GET','/some-path','handler::string',['routeName']);
31
+$routeCollection->addRoute('GET', '/some-path', 'handler::string', ['routeName']);
32 32
 $router->withCollection($routeCollection);
33 33
 
34 34
 $app = new \StdClass();
Please login to merge, or discard this patch.