Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Unzip/Gzip.php')
-rwxr-xr-xcore/Unzip/Gzip.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Unzip/Gzip.php b/core/Unzip/Gzip.php
index bc9a21bc35..bd19b6740b 100755
--- a/core/Unzip/Gzip.php
+++ b/core/Unzip/Gzip.php
@@ -5,8 +5,6 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
- * @category Piwik
- * @package Piwik
*/
namespace Piwik\Unzip;
@@ -15,8 +13,6 @@ namespace Piwik\Unzip;
/**
* Unzip implementation for .gz files.
*
- * @package Piwik
- * @subpackage Unzip
*/
class Gzip implements UncompressInterface
{