mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 06:29:03 +00:00
added type hints
This commit is contained in:
@@ -15,7 +15,7 @@ use Twig\Compiler;
|
||||
|
||||
class VariadicExpression extends ArrayExpression
|
||||
{
|
||||
public function compile(Compiler $compiler)
|
||||
public function compile(Compiler $compiler): void
|
||||
{
|
||||
$compiler->raw('...');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user