summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
diff options
context:
space:
mode:
authorb-kaxa <nisigin@gmail.com>2015-12-06 18:23:10 +0100
committerb-kaxa <nisigin@gmail.com>2015-12-06 18:51:44 +0100
commit3f273628540c20ffa1ea8b88da315314a5046983 (patch)
tree2c0bcd4eb90891e665852bcab9beb8bae9112fcb /system/core/URI.php
parentf5cb4348cb8ec6a5bba5d8e4bcbf4a3f2bb23665 (diff)
fix phpdoc
Diffstat (limited to 'system/core/URI.php')
-rw-r--r--system/core/URI.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/URI.php b/system/core/URI.php
index 5b658f679..5179b401f 100644
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -294,7 +294,7 @@ class CI_URI {
*
* Do some final cleaning of the URI and return it, currently only used in self::_parse_request_uri()
*
- * @param string $url
+ * @param string $uri
* @return string
*/
protected function _remove_relative_directory($uri)