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:37:09 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-09 10:37:09 +0400
commit05ad779cfd56f04e579173b68742a62ce795596c (patch)
tree6919b8f361b97e6eecec77fb5b771e3d68c17595 /core/Twig.php
parentb9aeeca62578258f6d149cad5c604fdcd6da349f (diff)
Removed unused imports in core/ and plugins/
using phpstorm optimize imports feature
Diffstat (limited to 'core/Twig.php')
-rwxr-xr-xcore/Twig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Twig.php b/core/Twig.php
index a9b7988b77..6b628c9be7 100755
--- a/core/Twig.php
+++ b/core/Twig.php
@@ -12,8 +12,8 @@ use Exception;
use Piwik\DataTable\Filter\SafeDecodeLabel;
use Piwik\Period\Range;
use Piwik\Translate;
-use Piwik\Visualization\Sparkline;
use Piwik\View\RenderTokenParser;
+use Piwik\Visualization\Sparkline;
use Twig_Environment;
use Twig_Extension_Debug;
use Twig_Loader_Chain;