From 7fa2b7ce59b707d388cb1eb52c63d220bd6e9340 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 11 Aug 2019 15:56:40 +0300 Subject: [PATCH] Flextype Core and Plugins: Doctrine Coding Standard #200 #186 - next round of code improvements --- flextype/twig/I18nTwigExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/twig/I18nTwigExtension.php b/flextype/twig/I18nTwigExtension.php index f035e3cf..7f2295cb 100644 --- a/flextype/twig/I18nTwigExtension.php +++ b/flextype/twig/I18nTwigExtension.php @@ -11,8 +11,8 @@ namespace Flextype; use Flextype\Component\I18n\I18n; use Twig_Extension; -use Twig_SimpleFunction; use Twig_SimpleFilter; +use Twig_SimpleFunction; class I18nTwigExtension extends Twig_Extension {