Skip to content

Commit 9db8d47

Browse files
Merge pull request #21 from crussell52/twig-deprecation-notice
Avoid setGlobals() notice in twig >= 1.2.3
2 parents 9505b08 + a192ee7 commit 9db8d47

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)