mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 09:19:40 +01:00
Fix erroneous intersection
Found during a line-for-line port. We’re using this value in two different places, and it only makes sense to use it in one
This commit is contained in:
parent
f40e6df6fb
commit
2c6d4f8687
@ -386,7 +386,6 @@ class AssertionReconciler extends Reconciler
|
|||||||
if ($existing_var_type_part instanceof TNamedObject
|
if ($existing_var_type_part instanceof TNamedObject
|
||||||
|| $existing_var_type_part instanceof TTemplateParam
|
|| $existing_var_type_part instanceof TTemplateParam
|
||||||
) {
|
) {
|
||||||
$new_type_part->addIntersectionType($existing_var_type_part);
|
|
||||||
$acceptable_atomic_types[] = clone $existing_var_type_part;
|
$acceptable_atomic_types[] = clone $existing_var_type_part;
|
||||||
} else {
|
} else {
|
||||||
if (AtomicTypeComparator::isContainedBy(
|
if (AtomicTypeComparator::isContainedBy(
|
||||||
|
Loading…
Reference in New Issue
Block a user