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>2014-05-09 10:41:41 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-09 10:41:41 +0400
commitb4a450e2fe299da4a519918f4f2d388f9c8b2aac (patch)
tree7ca2fb663b9086b634390a1303b5e5798fe48fe4 /plugins/Insights
parentc025e17df67b37e73aaad361dac803c6806880a6 (diff)
Removed unused imports in core/ and plugins/
using phpstorm optimize imports feature
Diffstat (limited to 'plugins/Insights')
-rw-r--r--plugins/Insights/tests/ApiTest.php2
-rw-r--r--plugins/Insights/tests/InsightReportTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Insights/tests/ApiTest.php b/plugins/Insights/tests/ApiTest.php
index 06223f1e63..a05a2d9f4e 100644
--- a/plugins/Insights/tests/ApiTest.php
+++ b/plugins/Insights/tests/ApiTest.php
@@ -8,8 +8,8 @@
namespace Piwik\Plugins\Insights\tests;
use Piwik\API\Request as ApiRequest;
-use Piwik\DataTable;
use Piwik\DataTable\Row;
+use Piwik\DataTable;
use Piwik\Plugins\Insights\API;
use Piwik\Plugins\Insights\tests\Fixtures\SomeVisitsDifferentPathsOnTwoDays;
diff --git a/plugins/Insights/tests/InsightReportTest.php b/plugins/Insights/tests/InsightReportTest.php
index 49041f8262..3e50a2ba41 100644
--- a/plugins/Insights/tests/InsightReportTest.php
+++ b/plugins/Insights/tests/InsightReportTest.php
@@ -8,8 +8,8 @@
namespace Piwik\Plugins\Insights\tests;
-use Piwik\DataTable\Row;
use Piwik\DataTable;
+use Piwik\DataTable\Row;
use Piwik\Plugins\Insights\InsightReport;
use Piwik\Plugins\Insights\Visualizations\Insight;