DomCI : Change the non existing PHPDocs types

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3269 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-12-08 15:07:52 +00:00
parent aee1ee62cc
commit 1ddc03dcbb
5 changed files with 14 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ class route
/** Return the baseURL of the site
* Always finish with a slash
* @param string|null $module The module name (if thereis one)
* @param bool|null $absolute Return the baseURL in absolute
* @param boolean|null $absolute Return the baseURL in absolute
* @return string The URL base
*/
function baseURL ($module = FALSE, $absolute=false)
@@ -161,7 +161,7 @@ class route
}
/** Return the complete URL used to see this page
* @param bool|null $absolute Return the absolute URL
* @param boolean|null $absolute Return the absolute URL
* @return string the complete URL used to see this page
*/
function requestURL ($absolute = false)