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:
authorChristian Raue <christian.raue@gmail.com>2014-07-10 17:45:54 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-15 14:16:49 +0400
commit317bd7e175f04e09cfb6b42f4a282068524df4e0 (patch)
tree2a6c8bc07bc806229bb7f8dc035198e745b34efb /core/Unzip.php
parentf6de9efc06b11e067fe4f866377a94996628f796 (diff)
fixed method signatures
Diffstat (limited to 'core/Unzip.php')
-rw-r--r--core/Unzip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Unzip.php b/core/Unzip.php
index f878dcfa8f..5b5495c4e4 100644
--- a/core/Unzip.php
+++ b/core/Unzip.php
@@ -27,7 +27,7 @@ class Unzip
* @param string $filename Name of .zip archive
* @return \Piwik\Unzip\UncompressInterface
*/
- static public function factory($name, $filename)
+ public static function factory($name, $filename)
{
switch ($name) {
case 'ZipArchive':