mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Remove bad comma
This commit is contained in:
parent
16c33d1565
commit
573b6bfe67
@ -104,7 +104,7 @@ class ArrayMapReturnTypeProvider implements \Psalm\Plugin\Hook\FunctionReturnTyp
|
||||
|
||||
return new Type\Union([
|
||||
new Type\Atomic\TList(
|
||||
$inner_type,
|
||||
$inner_type
|
||||
),
|
||||
]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user