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/Archive
parent93e8a334026dc6445916ca467ded4e519f4ad19e (diff)
Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* directories
Diffstat (limited to 'core/Archive')
-rw-r--r--core/Archive/DataCollection.php1
-rw-r--r--core/Archive/DataTableFactory.php2
2 files changed, 1 insertions, 2 deletions
diff --git a/core/Archive/DataCollection.php b/core/Archive/DataCollection.php
index 0bc89d5bbd..c514702488 100644
--- a/core/Archive/DataCollection.php
+++ b/core/Archive/DataCollection.php
@@ -12,7 +12,6 @@
namespace Piwik\Archive;
use Exception;
-
use Piwik\DataTable;
/**
diff --git a/core/Archive/DataTableFactory.php b/core/Archive/DataTableFactory.php
index a21a4ed463..c849c29168 100644
--- a/core/Archive/DataTableFactory.php
+++ b/core/Archive/DataTableFactory.php
@@ -11,9 +11,9 @@
namespace Piwik\Archive;
-use Piwik\Site;
use Piwik\DataTable;
use Piwik\DataTable\Row;
+use Piwik\Site;
/**
* Creates a DataTable or Set instance based on an array