summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorvibbow <vibbow@hotmail.com>2016-02-20 18:30:48 +0100
committervibbow <vibbow@hotmail.com>2016-02-20 18:30:48 +0100
commit6f1342986a2954daa331b0a849e8a6817e5e1920 (patch)
tree20cbd79aaaff84249a080e556c6a2ad35cadee6f /system/core/CodeIgniter.php
parenta64d2262e37ea9308865f5d81c1b1ccdfaa52721 (diff)
Update CodeIgniter.php
Declare get_instance() return type
Diffstat (limited to 'system/core/CodeIgniter.php')
-rw-r--r--system/core/CodeIgniter.php2
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()
{