mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 22:07:40 +00:00
Fix CS
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user