remove comment

This commit is contained in:
Tomas Votruba 2018-08-14 13:41:23 +02:00
parent 472bc9d55b
commit 2ed6644e62

View File

@ -41,7 +41,6 @@ final class PhpDocInfoFqnTypeDecorator extends AbstractPhpDocInfoDecorator
return $node;
}
// @todo check PHPStan for this
/** @var IdentifierTypeNode $node */
$node->name = $this->namespaceAnalyzer->resolveTypeToFullyQualified(
$node->name,