mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Fix
This commit is contained in:
parent
e50b351512
commit
f89a3c9665
@ -1444,8 +1444,6 @@ class AssignmentAnalyzer
|
||||
$temp
|
||||
);
|
||||
}
|
||||
|
||||
$can_be_empty = !$assign_value_atomic_type->isNonEmpty();
|
||||
} elseif ($assign_value_atomic_type->hasArrayAccessInterface($codebase)) {
|
||||
ForeachAnalyzer::getKeyValueParamsForTraversableObject(
|
||||
$assign_value_atomic_type,
|
||||
|
Loading…
Reference in New Issue
Block a user