mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Update Twig to v2.15.4
This commit is contained in:
@@ -21,7 +21,7 @@ use Twig\Node\Node;
|
||||
*/
|
||||
class LeaveProfileNode extends Node
|
||||
{
|
||||
public function __construct($varName)
|
||||
public function __construct(string $varName)
|
||||
{
|
||||
parent::__construct([], ['var_name' => $varName]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user