Skip to content

Commit 7732feb

Browse files
committed
remove another $parentNode = $parentNode
1 parent 6b2c2da commit 7732feb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Analyser/NodeScopeResolver.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ public function processStmtNodes(
396396

397397
if ($shouldCheckLastStatement && $isLast) {
398398
/** @var Node\Stmt\Function_|Node\Stmt\ClassMethod|PropertyHookStatementNode|Expr\Closure $parentNode */
399-
$parentNode = $parentNode;
400-
401399
$endStatements = $statementResult->getEndStatements();
402400
if (count($endStatements) > 0) {
403401
foreach ($endStatements as $endStatement) {

0 commit comments

Comments
 (0)