Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating doc blocks.
  • Loading branch information
markstory committed Nov 29, 2009
1 parent a86e414 commit 7216925
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cake/libs/router.php
Expand Up @@ -862,9 +862,9 @@ function url($url = null, $full = false) {
/**
* 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
Expand Down Expand Up @@ -958,6 +958,7 @@ function queryString($q, $extra = array(), $escape = false) {
* @param mixed $url URL to normalize
* @return string Normalized URL
* @access public
* @static
*/
function normalize($url = '/') {
if (is_array($url)) {
Expand Down

0 comments on commit 7216925

Please sign in to comment.