From 05ad779cfd56f04e579173b68742a62ce795596c Mon Sep 17 00:00:00 2001 From: mattab Date: Fri, 9 May 2014 18:37:09 +1200 Subject: Removed unused imports in core/ and plugins/ using phpstorm optimize imports feature --- core/View/RenderTokenParser.php | 7 +++---- core/View/UIControl.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'core/View') diff --git a/core/View/RenderTokenParser.php b/core/View/RenderTokenParser.php index ddb21b9371..6acd3a8fe0 100644 --- a/core/View/RenderTokenParser.php +++ b/core/View/RenderTokenParser.php @@ -8,12 +8,11 @@ */ namespace Piwik\View; -use Twig_Token; -use Twig_TokenParser; -use Twig_Node_Expression_MethodCall; use Twig_Node_Expression_Array; +use Twig_Node_Expression_MethodCall; use Twig_Node_Include; -use Exception; +use Twig_Token; +use Twig_TokenParser; /** * Defines a new Twig tag that will render a Piwik View. diff --git a/core/View/UIControl.php b/core/View/UIControl.php index 467c5615f3..d0032ade07 100644 --- a/core/View/UIControl.php +++ b/core/View/UIControl.php @@ -8,8 +8,8 @@ */ namespace Piwik\View; -use Piwik\View; use Exception; +use Piwik\View; /** * Base type of UI controls. -- cgit v1.2.3