|
|
@@ -215,7 +215,7 @@ class Router
|
|
|
* Compatibility proxy to \Cake\Routing\RouteBuilder::redirect() in the `/` scope.
|
|
|
*
|
|
|
* @param string $route A string describing the template of the route
|
|
|
- * @param array $url An 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 Cake 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.
|
|
|
@@ -559,7 +559,7 @@ class Router
|
|
|
/**
|
|
|
* Finds URL for specified action.
|
|
|
*
|
|
|
- * Returns an URL pointing to a combination of controller and action.
|
|
|
+ * Returns a URL pointing to a combination of controller and action.
|
|
|
*
|
|
|
* ### Usage
|
|
|
*
|
|
|
@@ -772,7 +772,7 @@ class Router
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Normalizes an URL for purposes of comparison.
|
|
|
+ * Normalizes a URL for purposes of comparison.
|
|
|
*
|
|
|
* Will strip the base path off and replace any double /'s.
|
|
|
* It will not unify the casing and underscoring of the input value.
|