summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-19 19:21:06 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-19 19:21:06 +0200
commitad4750509885ad5bb368fc308f86d8c06d45b15c (patch)
tree8133d8ffdceb9877c3125175a20e8dcb79cea59c /system/core/Loader.php
parent71ac7e699f587ee479893d16521ea59570bd319f (diff)
Normalize comments in core files
Diffstat (limited to 'system/core/Loader.php')
-rw-r--r--system/core/Loader.php2
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()