commit | 7e0bde27c8a6669b781d87c15ea51b750c91f97c | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Mon Mar 07 17:52:26 2016 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Mon Mar 07 17:53:09 2016 +0200 |
tree | be5f4bf83dbc489e85738b1399868c01c014c905 | |
parent | 1b7840b58c0705cc8a78c164940a114fa0012fae [diff] [blame] |
Merge pull request #4472 from vibbow/patch-1 [ci skip] Update get_instance() return type in docblock
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 52b5426..bf41ab2 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php
@@ -359,7 +359,7 @@ * * Returns current CI instance object * - * @return object + * @return CI_Controller */ function &get_instance() {