diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-20 13:52:38 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-20 13:52:38 +0200 |
commit | e840564d14cdeb1c774464953cf8d45a8b083550 (patch) | |
tree | 986e08f49e6ea36950d7757b3d6c4b84df83cd0d | |
parent | 848459bf009816daaf137d49df44c96d89c6568e (diff) |
service\storage->gzip_compress: Remove incorrectly documented parameter
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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 */ |