1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
Matthew Brown 2019-12-10 09:47:17 -05:00
parent 3faf1f8bc2
commit a3ab8e8973

View File

@ -1080,7 +1080,6 @@ class AssertionReconciler extends \Psalm\Type\Reconciler
}
if ($existing_var_type->from_calculation) {
$type->from_calculation = false;
$did_remove_type = true;
}
} elseif ($type instanceof TNumeric) {