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:
parent
af28d650f3
commit
cc3df7d6be
@ -535,7 +535,7 @@ class ArrayAssignmentAnalyzer
|
||||
&& $parent_type->hasList()
|
||||
) {
|
||||
$array_atomic_type = new TNonEmptyList(
|
||||
$current_type,
|
||||
$current_type
|
||||
);
|
||||
} else {
|
||||
$array_atomic_type = new TNonEmptyArray([
|
||||
|
Loading…
x
Reference in New Issue
Block a user