From 7216925394cf6ce2de7eb1c5b1139ef7679607a0 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 28 Nov 2009 23:12:44 -0500 Subject: [PATCH] Updating doc blocks. --- cake/libs/router.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cake/libs/router.php b/cake/libs/router.php index c121dee0f..6ee35779f 100644 --- a/cake/libs/router.php +++ b/cake/libs/router.php @@ -862,9 +862,9 @@ class Router { /** * Takes an array of URL parameters and separates the ones that can be used as named arguments * - * @param array $params Associative array of URL parameters. - * @param string $controller Name of controller being routed. Used in scoping. - * @param string $action Name of action being routed. Used in scoping. + * @param array $params Associative array of URL parameters. + * @param string $controller Name of controller being routed. Used in scoping. + * @param string $action Name of action being routed. Used in scoping. * @return array * @access public * @static @@ -958,6 +958,7 @@ class Router { * @param mixed $url URL to normalize * @return string Normalized URL * @access public + * @static */ function normalize($url = '/') { if (is_array($url)) {