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