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:
authormattab <matthieu.aubry@gmail.com>2013-10-08 08:35:56 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-08 08:35:56 +0400
commitd1d447217787a8c6d465d0146fb4f86d136ce16c (patch)
treeb97554034097ce8591c98900b9725ee1f7d00f54 /core/Updates.php
parent93e8a334026dc6445916ca467ded4e519f4ad19e (diff)
Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* directories
Diffstat (limited to 'core/Updates.php')
-rw-r--r--core/Updates.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Updates.php b/core/Updates.php
index afecf07680..a0b1204a0c 100644
--- a/core/Updates.php
+++ b/core/Updates.php
@@ -10,8 +10,6 @@
*/
namespace Piwik;
-
-
/**
* Abstract class for update scripts
*