Skip to content

Commit f8fc7fd

Browse files
committed
remove another $parentNode = $parentNode
1 parent 4ba55a3 commit f8fc7fd

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)