mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 22:07:40 +00:00
added type hints
This commit is contained in:
@@ -34,7 +34,7 @@ class MacroNode extends Node
|
||||
parent::__construct(['body' => $body, 'arguments' => $arguments], ['name' => $name], $lineno, $tag);
|
||||
}
|
||||
|
||||
public function compile(Compiler $compiler)
|
||||
public function compile(Compiler $compiler): void
|
||||
{
|
||||
$compiler
|
||||
->addDebugInfo($this)
|
||||
|
||||
Reference in New Issue
Block a user