Merge branch '2.x' into 3.x

* 2.x:
  Fix typo
  Fix Travis config
  Fix Travis config
  Remove deprecated option
  Bypass tests for extra packages on PHP 8
  fix constructor argument types
This commit is contained in:
Fabien Potencier
2020-05-19 16:06:04 +02:00
+1 -1
View File
@@ -112,7 +112,7 @@ abstract class CallExpression extends AbstractExpression
$compiler->raw($isArray ? ']' : ')');
}
protected function getArguments($callable = null, $arguments)
protected function getArguments($callable, $arguments)
{
$callType = $this->getAttribute('type');
$callName = $this->getAttribute('name');