summaryrefslogtreecommitdiffstats
path: root/system/core/CodeIgniter.php
diff options
context:
space:
mode:
authorvibbow <vibbow@hotmail.com>2016-03-07 16:38:36 +0100
committervibbow <vibbow@hotmail.com>2016-03-07 16:38:36 +0100
commita479ae85f21caef9d109b2e75229853e0b660cce (patch)
tree4abd879158f73bebb2e7dfbaafade7cfebca060d /system/core/CodeIgniter.php
parent6f1342986a2954daa331b0a849e8a6817e5e1920 (diff)
Update CodeIgniter.php
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 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()
{