1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Remove unused variable

This commit is contained in:
Matthew Brown 2020-08-16 14:22:11 -04:00
parent 5c20a5295e
commit e972319f8c

View File

@ -704,8 +704,6 @@ class UnionTemplateHandler
}
if (isset($template_result->lower_bounds[$param_name_key][$atomic_type->defining_class][0])) {
$intersection_type = null;
if (!UnionTypeComparator::isContainedBy(
$codebase,
$template_result->lower_bounds[$param_name_key][$atomic_type->defining_class][0],