From 3de8ea70d5cb14d9bf0e7f61fdf10db2f9e5fc7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6ll?= Date: Fri, 19 Dec 2014 16:13:03 +0100 Subject: [PATCH] Update AltoRouter.php Added @return to getRoutes. Removed unnecessary whitespaces. --- AltoRouter.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: *