diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-19 19:21:06 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-19 19:21:06 +0200 |
commit | ad4750509885ad5bb368fc308f86d8c06d45b15c (patch) | |
tree | 8133d8ffdceb9877c3125175a20e8dcb79cea59c /system/core/Loader.php | |
parent | 71ac7e699f587ee479893d16521ea59570bd319f (diff) |
Normalize comments in core files
Diffstat (limited to 'system/core/Loader.php')
-rw-r--r-- | system/core/Loader.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php index 027ed20e5..e1531843a 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php @@ -138,7 +138,6 @@ class CI_Loader { * * This method is called once in CI_Controller. * - * @param array * @return object */ public function initialize() @@ -1123,7 +1122,6 @@ class CI_Loader { * The config/autoload.php file contains an array that permits sub-systems, * libraries, and helpers to be loaded automatically. * - * @param array * @return void */ protected function _ci_autoloader() |