Skip to content

Commit

Permalink
Let's find broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
klimick committed May 2, 2024
1 parent 25bc687 commit da563c2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ class_storage: self::getDeclaringClassStorage($codebase, $method_storage->defini
$class_storage->template_types ?? [],
$method_storage->template_types ?? [],
),
lower_bounds: array_merge(
self::withParent($codebase, $context, $stmt, $class_lower_bounds),
self::getIfThisIsTypeLowerBounds($statements_analyzer, $method_storage, $lhs_type_part),
),
lower_bounds: self::getIfThisIsTypeLowerBounds($statements_analyzer, $method_storage, $lhs_type_part),
);
}

Expand Down

0 comments on commit da563c2

Please sign in to comment.