commit | fc67edd293871565d0723924233186991337e704 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu May 01 11:34:36 2014 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Thu May 01 11:34:36 2014 +0300 |
tree | 5ecfc077a8fe8f5397da7385ce3d9dd49725abed | |
parent | e0839c3f2aba473f5cb7e81d30ebbb4e0d4d16a5 [diff] | |
parent | e196050e2bd35512159b4a4fe42e757eea71d11f [diff] |
Merge pull request #3028 from vlakoff/phpdoc Fix docblock of URI->rsegments property
diff --git a/system/core/URI.php b/system/core/URI.php index 9a545fd..c990be7 100644 --- a/system/core/URI.php +++ b/system/core/URI.php
@@ -56,12 +56,14 @@ /** * 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. *