Fix GlobalsInterface extends for IDE

This commit is contained in:
Maxime Steinhausser
2018-07-25 15:11:25 +02:00
committed by GitHub
parent 03542492e9
commit 0b819abb0d
+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
{
}
}