Sfoglia il codice sorgente

[TwigBundle] Remove use ContainerInterface - not used

alexandresalome 14 anni fa
parent
commit
98755bc8a5

+ 0 - 1
src/Symfony/Bundle/TwigBundle/Extension/CodeExtension.php

@@ -11,7 +11,6 @@
 
 namespace Symfony\Bundle\TwigBundle\Extension;
 
-use Symfony\Component\DependencyInjection\ContainerInterface;
 use Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper;
 
 /**