This commit is contained in:
Fabien Potencier
2021-05-12 09:19:37 +02:00
parent bded388664
commit 59f3e8e5dc
49 changed files with 179 additions and 178 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ use Twig\Error\SyntaxError;
*/
class MacroNode extends Node
{
const VARARGS_NAME = 'varargs';
public const VARARGS_NAME = 'varargs';
public function __construct($name, \Twig_NodeInterface $body, \Twig_NodeInterface $arguments, $lineno, $tag = null)
{