mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 10:26:32 +00:00
Fix GlobalsInterface extends for IDE
This commit is contained in:
committed by
GitHub
parent
03542492e9
commit
0b819abb0d
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user