We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46a785 commit 90745eaCopy full SHA for 90745ea
1 file changed
rules/DeadCode/PhpDoc/DeadVarTagValueNodeAnalyzer.php
@@ -61,7 +61,6 @@ public function isDead(VarTagValueNode $varTagValueNode, Property|ClassConst|Exp
61
$propertyType = $this->staticTypeMapper->mapPhpParserNodePHPStanType($targetNode);
62
$docType = $this->staticTypeMapper->mapPHPStanPhpDocTypeNodeToPHPStanType($varTagValueNode->type, $node);
63
64
-
65
if ($node instanceof Expression) {
66
$scope = ScopeFetcher::fetch($node);
67
0 commit comments