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 'plugins/SEO/RankChecker.php')
-rw-r--r--plugins/SEO/RankChecker.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SEO/RankChecker.php b/plugins/SEO/RankChecker.php
index 70caeb6dc5..a99978de96 100644
--- a/plugins/SEO/RankChecker.php
+++ b/plugins/SEO/RankChecker.php
@@ -12,10 +12,10 @@ namespace Piwik\Plugins\SEO;
use Exception;
use Piwik\Http;
-use Piwik\MetricsFormatter;
-
use Piwik\Log;
+use Piwik\MetricsFormatter;
+
/**
* The functions below are derived/adapted from GetRank.org's
* Free PageRank Script v2.0, released under GPL.