1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-18 19:42:21 +01:00

Remove errant comma

This commit is contained in:
Matthew Brown 2019-12-18 23:50:57 +00:00
parent af28d650f3
commit cc3df7d6be

View File

@ -535,7 +535,7 @@ class ArrayAssignmentAnalyzer
&& $parent_type->hasList()
) {
$array_atomic_type = new TNonEmptyList(
$current_type,
$current_type
);
} else {
$array_atomic_type = new TNonEmptyArray([