diff --git a/src/voku/helper/HtmlDomParser.php b/src/voku/helper/HtmlDomParser.php
index f0b5f9f7fdae6544bb8216a8e95baf674b3b90fb..0a0ef4341c8a7fdefd57dc2d9f1bd3d7b7d7dc2e 100644
--- a/src/voku/helper/HtmlDomParser.php
+++ b/src/voku/helper/HtmlDomParser.php
@@ -594,8 +594,7 @@ class HtmlDomParser extends AbstractDomParser
$idx = null,
?callable $callbackXPathBeforeQuery = null,
?self $queryHtmlDomParser = null
- )
- {
+ ) {
$xPathQuery = SelectorConverter::toXPath($selector);
$xPath = new \DOMXPath($document);