commit | e13fa9fdb3f2e311bd7331e49b26889f24bc81cb | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri May 20 17:30:07 2016 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Fri May 20 17:30:39 2016 +0300 |
tree | eabe2f0059ff64915dee36d3e2faa94a4ad5e612 | |
parent | 45520a5a0b57490e1c8c5e031bce61e0dc4851e5 [diff] [blame] |
Merge pull request #4638 from kasimtan/phpdoc_fixes [ci skip] Fixed PHPDoc parameter name and type discrepancies
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index f241837..fa36505 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php
@@ -286,7 +286,7 @@ /** * Constructor * - * @param array $props + * @param array $config * @return void */ public function __construct($config = array())