Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 27, 2022
1 parent dd5633f commit 1739a9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Type/GenericTypeVariableResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public static function getType(

$activeTemplateTypeMap = $ancestorClassReflection->getPossiblyIncompleteActiveTemplateTypeMap();

// todo if type is not defined, return the bound
// in case of mixed bound, return implicit mixed

$type = $activeTemplateTypeMap->getType($typeVariableName);
if ($type instanceof ErrorType) {
$templateTypeMap = $ancestorClassReflection->getTemplateTypeMap();
Expand Down

0 comments on commit 1739a9a

Please sign in to comment.