diff options
Diffstat (limited to 'application/service/storage.php')
-rw-r--r-- | application/service/storage.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/service/storage.php b/application/service/storage.php index 925827d46..b2c2abca7 100644 --- a/application/service/storage.php +++ b/application/service/storage.php @@ -109,7 +109,6 @@ class storage { * Based on function by Kioob at: * http://www.php.net/manual/en/function.gzwrite.php#34955 * - * @param string $source Path to file that should be compressed * @param integer $level GZIP compression level (default: 6) * @return boolean true if operation succeeds, false on error */ |