mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 06:29:03 +00:00
[1.x] Allow using namespaced aliases as extension names
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Twig\Node;
|
||||
require __DIR__.'/../../lib/Twig/NodeCaptureInterface.php';
|
||||
|
||||
if (\false) {
|
||||
class NodeCaptureInterface extends \Twig_NodeCaptureInterface
|
||||
interface NodeCaptureInterface extends \Twig_NodeCaptureInterface
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user