diff options
author | vibbow <vibbow@hotmail.com> | 2016-02-20 18:30:48 +0100 |
---|---|---|
committer | vibbow <vibbow@hotmail.com> | 2016-02-20 18:30:48 +0100 |
commit | 6f1342986a2954daa331b0a849e8a6817e5e1920 (patch) | |
tree | 20cbd79aaaff84249a080e556c6a2ad35cadee6f /system | |
parent | a64d2262e37ea9308865f5d81c1b1ccdfaa52721 (diff) |
Update CodeIgniter.php
Declare get_instance() return type
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 84f224123..3d8ae7e87 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 object + * @return CI_Controller object */ function &get_instance() { |