Skip to content

Commit

Permalink
removing trailing comma in function call, not detectable by php-cs-fi…
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jan 11, 2020
1 parent 7b887ef commit 99d2670
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ public static function getFunctionReturnType(
) {
return new Type\Union([
new Type\Atomic\TList(
$inner_type,
$inner_type
),
]);
}
Expand Down

0 comments on commit 99d2670

Please sign in to comment.