1
0
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:
Brown 2019-10-08 18:51:44 -04:00
parent 16c33d1565
commit 573b6bfe67

View File

@ -104,7 +104,7 @@ class ArrayMapReturnTypeProvider implements \Psalm\Plugin\Hook\FunctionReturnTyp
return new Type\Union([
new Type\Atomic\TList(
$inner_type,
$inner_type
),
]);
}