summaryrefslogtreecommitdiffstats
path: root/system/libraries/Upload.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-21 23:29:53 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-21 23:29:53 +0100
commit82179bf31f00564282f2a4d9873c6107b6732631 (patch)
treee622011e5eb6f3e473cba8fee27adabbb1c213ee /system/libraries/Upload.php
parent08b3f73410500ddfb27655d5e04e65416dd41d77 (diff)
[ci skip] Alter a docblock
Diffstat (limited to 'system/libraries/Upload.php')
-rw-r--r--system/libraries/Upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php
index ff1b664fa..66514cd69 100644
--- a/system/libraries/Upload.php
+++ b/system/libraries/Upload.php
@@ -741,7 +741,7 @@ class CI_Upload {
/**
* Set Allowed File Types
*
- * @param string $types
+ * @param mixed $types
* @return CI_Upload
*/
public function set_allowed_types($types)