mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
Update Twig to v2.15.4
This commit is contained in:
@@ -16,7 +16,7 @@ use Twig\Compiler;
|
||||
|
||||
class ConstantExpression extends AbstractExpression
|
||||
{
|
||||
public function __construct($value, $lineno)
|
||||
public function __construct($value, int $lineno)
|
||||
{
|
||||
parent::__construct([], ['value' => $value], $lineno);
|
||||
}
|
||||
|
Reference in New Issue
Block a user