summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-03-07 16:52:40 +0100
committerAndrey Andreev <narf@devilix.net>2016-03-07 16:52:40 +0100
commit3b74f57cfa6c43eab4c7cce440a454d095974a45 (patch)
tree9b09cf29cd2d94e34bd70abc52eaf9950f7e05df
parent76c4f279210d5eaed71a21e13caa7e01f4947ca9 (diff)
parent1c6a3f4356856899f012c6dc1ae81a21c35016e0 (diff)
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop
-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..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 object
+ * @return CI_Controller
*/
function &get_instance()
{