1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix trailing comma for PHP 7.4.

This commit is contained in:
AndrolGenhald 2022-07-18 14:19:34 -05:00
parent b51b5ac903
commit 6505d8e6d5

View File

@ -72,7 +72,7 @@ final class TValueOf extends Atomic
public static function getValueType(
Union $type,
Codebase $codebase,
bool $keep_template_params = false,
bool $keep_template_params = false
): ?Union {
$value_types = [];