Additional Cake references to CakePHP and docblock typo

This commit is contained in:
Bryan Crowe 2013-10-09 19:38:16 -04:00
parent ce1939c4d6
commit 4242bd4f3d
17 changed files with 21 additions and 21 deletions

View file

@ -372,7 +372,7 @@ class Router {
* routes that end in `*` are greedy. As you can remap URLs and not loose any passed/named args.
*
* @param string $route A string describing the template of the route
* @param array $url A URL to redirect to. Can be a string or a Cake array-based URL
* @param array $url A URL to redirect to. Can be a string or a CakePHP array-based URL
* @param array $options An array matching the named elements in the route to regular expressions which that
* element should match. Also contains additional parameters such as which routed parameters should be
* shifted into the passed arguments. As well as supplying patterns for routing parameters.