diff options
author | Tyson Andre <tysonandre775@hotmail.com> | 2017-06-05 08:08:40 +0200 |
---|---|---|
committer | Tyson Andre <tysonandre775@hotmail.com> | 2017-06-05 09:28:32 +0200 |
commit | dec2b56fa44803e1579804fe329fd45658c6217b (patch) | |
tree | 4c3ee78046cb48080b2e4c1cfad8495979260bb9 /system/core/Common.php | |
parent | fdd4b816c8bb8c072e98a586b0b41786dd34d44c (diff) |
Fix misc type inconsistencies between code and doc comments
Diffstat (limited to 'system/core/Common.php')
-rw-r--r-- | system/core/Common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index c4f6dd30b..bf9924df5 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -134,7 +134,7 @@ if ( ! function_exists('load_class')) * * @param string the class name being requested * @param string the directory where the class should be found - * @param string an optional argument to pass to the class constructor + * @param mixed an optional argument to pass to the class constructor * @return object */ function &load_class($class, $directory = 'libraries', $param = NULL) |