getAttribute(AttributeKey::PARENT_NODE); if (! $parentNode instanceof Expression) { return null; } if ($node->getComments() !== []) { return null; } $this->removeNode($node); return null; } }