diff options
author | vibbow <vibbow@hotmail.com> | 2016-03-07 16:38:36 +0100 |
---|---|---|
committer | vibbow <vibbow@hotmail.com> | 2016-03-07 16:38:36 +0100 |
commit | a479ae85f21caef9d109b2e75229853e0b660cce (patch) | |
tree | 4abd879158f73bebb2e7dfbaafade7cfebca060d /system | |
parent | 6f1342986a2954daa331b0a849e8a6817e5e1920 (diff) |
Update CodeIgniter.php
Diffstat (limited to 'system')
-rw-r--r-- | system/core/CodeIgniter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 3d8ae7e87..d9ac7efe3 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -359,7 +359,7 @@ if ( ! is_php('5.4')) * * Returns current CI instance object * - * @return CI_Controller object + * @return CI_Controller */ function &get_instance() { |