Skip to content

Commit

Permalink
Fix trailing comma for PHP < 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Dec 15, 2021
1 parent 00749c8 commit 04c0243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public static function getReturnTypeFromMappingIds(
PhpParser\Node\Arg $function_call_arg,
array $array_args,
?array &$assertions = null,
?int $fake_var_id = null,
?int $fake_var_id = null
): Union {
$mapping_return_type = null;

Expand Down

0 comments on commit 04c0243

Please sign in to comment.