Skip to content

Commit

Permalink
Make infection happy
Browse files Browse the repository at this point in the history
We just need a flag here, the actual value doesn't matter.
  • Loading branch information
theseer committed Jul 27, 2023
1 parent c77e4da commit 5b26b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merger/Merger.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private function processContext(DOMElement $context): void {
MergerException::DuplicateId
);
}
$this->seen[$id->asString()] = true;
$this->seen[$id->asString()] = $id;

foreach ($this->documents->get($id) as $childDocument) {
assert($childDocument instanceof DOMDocument);
Expand Down

0 comments on commit 5b26b38

Please sign in to comment.