From fa2660f5327dfaa132b6de7d0d762a784eea400e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 26 Nov 2019 13:35:17 +0100 Subject: [PATCH] Useless as we use upstream Node, SetNode, TextNode and AssignNameExpression classes now --- Twig/PackNode.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Twig/PackNode.php diff --git a/Twig/PackNode.php b/Twig/PackNode.php deleted file mode 100644 index 79e8e41..0000000 --- a/Twig/PackNode.php +++ /dev/null @@ -1,21 +0,0 @@ -'] = ''; in twig template - $compiler - ->addDebugInfo($this) - ->write('$context[\''.$this->getAttribute('name').'\'] = ') - ->repr($this->getAttribute('output')) - ->raw(";\n") - ->subcompile($this->getNode('value')) - ->raw(";\n"); - } -} -- 2.41.0