mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Add if
This commit is contained in:
parent
024ec38aa1
commit
55aceb2b6d
@ -1878,7 +1878,9 @@ class TypeAnalyzer
|
||||
$generic_params
|
||||
);
|
||||
|
||||
$container_type_part->remapped_params = false;
|
||||
if ($container_type_part instanceof TGenericObject) {
|
||||
$container_type_part->remapped_params = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user