diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-23 17:58:16 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-23 17:58:16 +0200 |
commit | 48a7fbbeb53e82e9298036d40c42ec2564699ed0 (patch) | |
tree | 37d4695d18579ecae45b6c49c2719e87696bfc21 /system/core/URI.php | |
parent | c8a2a60c1075e5f725967962663127dad0f9e2e1 (diff) |
Use tabs to separate class properties
Diffstat (limited to 'system/core/URI.php')
-rwxr-xr-x | system/core/URI.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/core/URI.php b/system/core/URI.php index 140295338..ff2c458b8 100755 --- a/system/core/URI.php +++ b/system/core/URI.php @@ -42,7 +42,7 @@ class CI_URI { * * @var array */ - public $keyval = array(); + public $keyval = array(); /** * Current uri string @@ -56,7 +56,7 @@ class CI_URI { * * @var array */ - public $segments = array(); + public $segments = array(); /** * Re-indexed list of uri segments @@ -64,7 +64,7 @@ class CI_URI { * * @var array */ - public $rsegments = array(); + public $rsegments = array(); /** * Constructor |