mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
Remove argument type from ExpressionParser constructor
This commit is contained in:
@@ -33,7 +33,7 @@ class Twig_ExpressionParser
|
|||||||
|
|
||||||
private $env;
|
private $env;
|
||||||
|
|
||||||
public function __construct(Twig_Parser $parser, Twig_Environment $env = null)
|
public function __construct(Twig_Parser $parser, $env = null)
|
||||||
{
|
{
|
||||||
$this->parser = $parser;
|
$this->parser = $parser;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user