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:
@@ -20,7 +20,7 @@ use Twig\Compiler;
|
||||
*/
|
||||
class FlushNode extends Node
|
||||
{
|
||||
public function __construct($lineno, $tag)
|
||||
public function __construct(int $lineno, string $tag)
|
||||
{
|
||||
parent::__construct([], [], $lineno, $tag);
|
||||
}
|
||||
|
Reference in New Issue
Block a user