fix comment (#2210)

This commit is contained in:
Abdul Malik Ikhsan 2022-05-01 21:53:41 +07:00 committed by GitHub
parent 22bdd60e18
commit d5c927a40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,7 +329,7 @@ final class BetterNodeFinder
$parent = $currentStmt->getAttribute(AttributeKey::PARENT_NODE);
// parent Stmt not an Stmt may caused by Node already removed
// Last Node? Node not found
if (! $parent instanceof Stmt) {
return null;
}