summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-07-06 14:12:09 +0200
committerGitHub <noreply@github.com>2017-07-06 14:12:09 +0200
commitaa8ca65ac7ca3afda3331a5da16297e7afeeecbe (patch)
treedc13f5d093d4698b042f68eb19ffd23e831be1ce /system
parent4bda6f7fdbead56108c4377ae53db8089f10d933 (diff)
parentd8a393d2357f3850e6524ab9bce50ab12e7775c1 (diff)
[ci skip] Merge pull request #5173 from Syafiqq/develop
Add array identifier for library loader docblock
Diffstat (limited to 'system')
-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 e6585ad3f..6374558ad 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -182,7 +182,7 @@ class CI_Loader {
* Loads and instantiates libraries.
* Designed to be called from application controllers.
*
- * @param string $library Library name
+ * @param mixed $library Library name
* @param array $params Optional parameters to pass to the library class constructor
* @param string $object_name An optional object name to assign to
* @return object