Remove argument type from ExpressionParser constructor

This commit is contained in:
Thomas Calvet
2016-12-16 10:35:07 +01:00
parent 1ee6bee3db
commit 3de96ef8f9
+1 -1
View File
@@ -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;