Skip to content

Commit cb102c1

Browse files
tjampsjaviereguiluz
authored andcommitted
Remove duplicate use keyword
1 parent 0e8d863 commit cb102c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating/twig_extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ previous ``priceFilter()`` method::
115115
// src/AppBundle/Twig/AppRuntime.php
116116
namespace AppBundle\Twig;
117117

118-
use use Twig\Extension\RuntimeExtensionInterface;
118+
use Twig\Extension\RuntimeExtensionInterface;
119119

120120
class AppRuntime implements RuntimeExtensionInterface
121121
{

0 commit comments

Comments
 (0)