Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed bug when parent cache was not cleared correctly after child rem…
…oval
  • Loading branch information
popov654 committed Jul 20, 2024
commit 212898053e21b8114fb29fc44e13cc225fa9b95b
1 change: 1 addition & 0 deletions src/PHPHtmlParser/Dom/Node/HtmlNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ protected function clear(): void
$this->innerHtml = null;
$this->outerHtml = null;
$this->text = null;
$this->innerText = null;
$this->textWithChildren = null;

if ($this->parent !== null) {
Expand Down