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:
authorfabiocarneiro <fahecs@gmail.com>2015-05-27 12:56:17 +0300
committerfabiocarneiro <fahecs@gmail.com>2015-05-27 12:56:17 +0300
commita2a63d34ebb460174e1a3e8d8022fe3e3ab4b469 (patch)
treefbfc480352bc711bc03f12849824507e56b5034a /core/Plugin/AggregatedMetric.php
parentb2f5b5489ceca056217fc6663ec6c2c6b052cd42 (diff)
fix core folder with php-cs-fixer for psr-2
Diffstat (limited to 'core/Plugin/AggregatedMetric.php')
-rw-r--r--core/Plugin/AggregatedMetric.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Plugin/AggregatedMetric.php b/core/Plugin/AggregatedMetric.php
index 7df1535727..6324390ee3 100644
--- a/core/Plugin/AggregatedMetric.php
+++ b/core/Plugin/AggregatedMetric.php
@@ -7,7 +7,6 @@
*/
namespace Piwik\Plugin;
-use Piwik\DataTable\Row;
/**
* Base type for metric metadata classes that describe aggregated metrics. These metrics are
@@ -19,4 +18,4 @@ use Piwik\DataTable\Row;
abstract class AggregatedMetric extends Metric
{
// stub, to be filled out later
-} \ No newline at end of file
+}