diff options
author | Andrey Andreev <narf@devilix.net> | 2014-05-01 10:34:36 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-05-01 10:34:36 +0200 |
commit | fc67edd293871565d0723924233186991337e704 (patch) | |
tree | 5ecfc077a8fe8f5397da7385ce3d9dd49725abed /system | |
parent | e0839c3f2aba473f5cb7e81d30ebbb4e0d4d16a5 (diff) | |
parent | e196050e2bd35512159b4a4fe42e757eea71d11f (diff) |
Merge pull request #3028 from vlakoff/phpdoc
Fix docblock of URI->rsegments property
Diffstat (limited to 'system')
-rw-r--r-- | system/core/URI.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/core/URI.php b/system/core/URI.php index 9a545fd3a..c990be7b4 100644 --- a/system/core/URI.php +++ b/system/core/URI.php @@ -56,12 +56,14 @@ class CI_URI { /** * List of URI segments * + * Starts at 1 instead of 0. + * * @var array */ public $segments = array(); /** - * Re-indexed list of URI segments + * List of routed URI segments * * Starts at 1 instead of 0. * |