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/DataTable/Row.php')
-rw-r--r--core/DataTable/Row.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/DataTable/Row.php b/core/DataTable/Row.php
index f0e1303a64..8ac6f29617 100644
--- a/core/DataTable/Row.php
+++ b/core/DataTable/Row.php
@@ -11,9 +11,8 @@
namespace Piwik\DataTable;
use Exception;
-
-use Piwik\Metrics;
use Piwik\DataTable;
+use Piwik\Metrics;
/**
* A DataTable is composed of rows.