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:
parent
b51b5ac903
commit
6505d8e6d5
@ -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 = [];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user