Skip to content

Commit a192ee7

Browse files
committed
Avoid setGlobals() notice in twig >= 1.2.3
1 parent 9505b08 commit a192ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twig/InlineCssExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\Config\FileLocatorInterface;
1616
use Symfony\Component\Templating\TemplateNameParserInterface;
1717

18-
class InlineCssExtension extends \Twig_Extension
18+
class InlineCssExtension extends \Twig_Extension implements \Twig_Extension_GlobalsInterface
1919
{
2020
/**
2121
* @var ToInlineStyleEmailConverter

0 commit comments

Comments
 (0)