diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-06-16 23:36:01 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-06-16 23:36:01 +0200 |
commit | 9736d3fb84260c24faa6c1538c99859441c0e2f8 (patch) | |
tree | b2972897b04a81af0aca9b1fc85ad34edb2112d4 /system/libraries/Zip.php | |
parent | 810d5015dd535098cef3f7c16d997374d0d431ac (diff) |
correcting some docblock comments
Diffstat (limited to 'system/libraries/Zip.php')
-rw-r--r-- | system/libraries/Zip.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index ed476ab48..8958b572c 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -291,7 +291,6 @@ class CI_Zip { *
* @access public
* @param string the file name
- * @param string the data to be encoded
* @return bool
*/
function archive($filepath)
|