From e840564d14cdeb1c774464953cf8d45a8b083550 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 20 Aug 2016 13:52:38 +0200 Subject: service\storage->gzip_compress: Remove incorrectly documented parameter Signed-off-by: Florian Pritz --- application/service/storage.php | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.2.3-24-g4f1b