Passed
Push — master ( a6fff0...a9df39 )
by Dan
07:27
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
 
Please login to merge, or discard this patch.