commit | 4296a65693504736b5e65bee5b163fa08cacb563 | [log] [tgz] |
---|---|---|
author | Andrew Podner <a.podner@me.com> | Mon Dec 17 07:51:15 2012 -0500 |
committer | Andrew Podner <a.podner@me.com> | Mon Dec 17 07:51:15 2012 -0500 |
tree | f9359955f5009f2e7ef4928f2f98b938b00eb591 | |
parent | 5e872505a06da30c4643b99643b39bd650d45093 [diff] [blame] |
update for Issue #2064 (changed docblocks which return $this or only call a method that returns $this to @return CI_DB_class_name)
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index 9ecd0de..77cc45b 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php
@@ -438,7 +438,7 @@ * Lets you clear current zip data. Useful if you need to create * multiple zips with different data. * - * @return object + * @return CI_Zip */ public function clear_data() {