diff options
author | b-kaxa <nisigin@gmail.com> | 2015-12-07 11:03:20 +0100 |
---|---|---|
committer | b-kaxa <nisigin@gmail.com> | 2015-12-07 11:03:20 +0100 |
commit | 887eb91ff2799036a6d899ee3dbadd8a6a51ff54 (patch) | |
tree | 90c7e0ab59b5bc88d57e393a72519e1254e7f5c3 /system/core | |
parent | 3f273628540c20ffa1ea8b88da315314a5046983 (diff) |
replace spaces with tabs
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Router.php | 2 |
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) |