1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
This commit is contained in:
Brown 2020-01-07 13:18:24 -05:00
parent 024ec38aa1
commit 55aceb2b6d

View File

@ -1878,9 +1878,11 @@ class TypeAnalyzer
$generic_params
);
if ($container_type_part instanceof TGenericObject) {
$container_type_part->remapped_params = false;
}
}
}
if (!$input_type_part instanceof TGenericObject) {
if ($input_type_part instanceof TNamedObject) {