Skip to content

Commit 90745ea

Browse files
committed
cleanup
1 parent d46a785 commit 90745ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rules/DeadCode/PhpDoc/DeadVarTagValueNodeAnalyzer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public function isDead(VarTagValueNode $varTagValueNode, Property|ClassConst|Exp
6161
$propertyType = $this->staticTypeMapper->mapPhpParserNodePHPStanType($targetNode);
6262
$docType = $this->staticTypeMapper->mapPHPStanPhpDocTypeNodeToPHPStanType($varTagValueNode->type, $node);
6363

64-
6564
if ($node instanceof Expression) {
6665
$scope = ScopeFetcher::fetch($node);
6766

0 commit comments

Comments
 (0)