Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Kozłowski committed Feb 18, 2021
1 parent fa6007e commit 2f286c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Service/DomService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public function loadHTML(string $html): \DOMDocument
$doc->removeChild($doc->firstChild);
}

while ($container->firstChild)
{
while ($container->firstChild) {
$doc->appendChild($container->firstChild);
}

Expand Down

0 comments on commit 2f286c5

Please sign in to comment.