From 151dd609313dcc2b52d2a7681f2722d388780b53 Mon Sep 17 00:00:00 2001 From: Avrom Date: Thu, 2 Nov 2017 18:11:01 -0400 Subject: Fixed docblock on model function. Changed @param model from string to mixed --- system/core/Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/core/Loader.php b/system/core/Loader.php index 580145231..fd43ebbe1 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php @@ -226,7 +226,7 @@ class CI_Loader { * * Loads and instantiates models. * - * @param string $model Model name + * @param mixed $model Model name * @param string $name An optional object name to assign to * @param bool $db_conn An optional database connection configuration to initialize * @return object -- cgit v1.2.3-24-g4f1b