summaryrefslogtreecommitdiffstats
path: root/system/core/Loader.php
diff options
context:
space:
mode:
authorKasim Tan <kasimtan@gmail.com>2016-05-19 21:06:07 +0200
committerKasim Tan <kasimtan@gmail.com>2016-05-19 21:06:07 +0200
commitcadcef85a218595b5999442d669086bdb5628947 (patch)
tree7c78989d1c645ffd056b182ce0b153ce30d71ada /system/core/Loader.php
parent6dfdbb2327b8bd628477af2a3d7f7c8bea2f1cec (diff)
Fixed PHPDoc parameter name and type discrepancies
Diffstat (limited to 'system/core/Loader.php')
-rw-r--r--system/core/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index c742ae71a..d2c350816 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -1106,7 +1106,7 @@ class CI_Loader {
* @used-by CI_Loader::_ci_load_library()
* @uses CI_Loader::_ci_init_library()
*
- * @param string $library Library name to load
+ * @param string $library_name Library name to load
* @param string $file_path Path to the library filename, relative to libraries/
* @param mixed $params Optional parameters to pass to the class constructor
* @param string $object_name Optional object name to assign to