Passed
Pull Request — master (#3)
by Vince
03:02
created
src/core/route/router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
             ),
199 199
         );
200 200
 
201
-        $this->setRoutes((object)$routesArray);
201
+        $this->setRoutes((object) $routesArray);
202 202
 
203 203
         return $this->getRoutes();
204 204
     }
Please login to merge, or discard this patch.