diff --git a/AltoRouter.php b/AltoRouter.php index 9c6c13a..e3d42ce 100644 --- a/AltoRouter.php +++ b/AltoRouter.php @@ -30,11 +30,12 @@ class AltoRouter { /** * Retrieves all routes. * Useful if you want to process or display routes. + * @return array All routes. */ public function getRoutes() { return $this->routes; } - + /** * Add multiple routes at once from array in the following format: *