mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user