mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating doc blocks.
This commit is contained in:
parent
a86e414adc
commit
7216925394
1 changed files with 4 additions and 3 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue