mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 11:02:40 +00:00
Additional Cake references to CakePHP and docblock typo
This commit is contained in:
parent
ce1939c4d6
commit
4242bd4f3d
17 changed files with 21 additions and 21 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue