mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
Merge branch '1.x' into 2.x
* 1.x: Fix GlobalsInterface extends for IDE
This commit is contained in:
@@ -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