summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorb-kaxa <nisigin@gmail.com>2015-12-07 11:03:20 +0100
committerb-kaxa <nisigin@gmail.com>2015-12-07 11:03:20 +0100
commit887eb91ff2799036a6d899ee3dbadd8a6a51ff54 (patch)
tree90c7e0ab59b5bc88d57e393a72519e1254e7f5c3 /system
parent3f273628540c20ffa1ea8b88da315314a5046983 (diff)
replace spaces with tabs
Diffstat (limited to 'system')
-rw-r--r--system/core/Router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Router.php b/system/core/Router.php
index 0a6975881..ce41aa958 100644
--- a/system/core/Router.php
+++ b/system/core/Router.php
@@ -118,7 +118,7 @@ class CI_Router {
*
* Runs the route mapping function.
*
- * @param array $routing
+ * @param array $routing
* @return void
*/
public function __construct($routing = NULL)