Merge branch '1.x' into 2.x

* 1.x:
  Fix GlobalsInterface extends for IDE
This commit is contained in:
Fabien Potencier
2018-07-25 15:16:50 +02:00
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Twig\Extension;
class_exists('Twig_Extension_GlobalsInterface');
if (\false) {
interface GlobalsInterface extends \Twig_Extension_ExtensionInterface
interface GlobalsInterface extends \Twig_Extension_GlobalsInterface
{
}
}