summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-06-27 10:44:54 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-06-27 10:44:54 +0200
commit70f94006326196e4c5b79843c0f8e91984caa593 (patch)
tree9b5502f4ec3b0b8022d8cd2d8cad3b9964736244 /system/libraries
parent2a3f51286a872ec563b191da5b8fbb7cbd392191 (diff)
parent625c43a2f451191d0195f6311dd3a7ea94439988 (diff)
Merge pull request #1540 from vlakoff/develop
FTP Class documentation cleanup
Diffstat (limited to 'system/libraries')
-rw-r--r--system/libraries/Ftp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php
index 461e884fb..76f5e151a 100644
--- a/system/libraries/Ftp.php
+++ b/system/libraries/Ftp.php
@@ -445,7 +445,7 @@ class CI_FTP {
* Set file permissions
*
* @param string the file path
- * @param string the permissions
+ * @param int the permissions
* @return bool
*/
public function chmod($path, $perm)