Skip to content

Commit

Permalink
Fix trailing comma for PHP 7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Jul 18, 2022
1 parent b51b5ac commit 6505d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Type/Atomic/TValueOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static function isViableTemplateType(Union $template_type): bool
public static function getValueType(
Union $type,
Codebase $codebase,
bool $keep_template_params = false,
bool $keep_template_params = false
): ?Union {
$value_types = [];

Expand Down

0 comments on commit 6505d8e

Please sign in to comment.