bug #2726 Fix GlobalsInterface extends for IDE (ogizanagi)

This PR was merged into the 1.x branch.

Discussion
----------

Fix GlobalsInterface extends for IDE

Commits
-------

0b819abb Fix GlobalsInterface extends for IDE
This commit is contained in:
Fabien Potencier
2018-07-25 15:16:22 +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
{
}
}