diff options
author | Kasim Tan <kasimtan@gmail.com> | 2016-05-19 21:06:07 +0200 |
---|---|---|
committer | Kasim Tan <kasimtan@gmail.com> | 2016-05-19 21:06:07 +0200 |
commit | cadcef85a218595b5999442d669086bdb5628947 (patch) | |
tree | 7c78989d1c645ffd056b182ce0b153ce30d71ada /system/core/Loader.php | |
parent | 6dfdbb2327b8bd628477af2a3d7f7c8bea2f1cec (diff) |
Fixed PHPDoc parameter name and type discrepancies
Diffstat (limited to 'system/core/Loader.php')
-rw-r--r-- | system/core/Loader.php | 2 |
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 |