Skip to content

Commit 6c8c61d

Browse files
Franck RANAIVO-HARISOAFranck Ranaivo-Harisoa
Franck RANAIVO-HARISOA
authored and
Franck Ranaivo-Harisoa
committed
Fix coding standard issues
1 parent 7ed5c25 commit 6c8c61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/CssSelector/XPath/Extension/RelationExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ public function translateRelationDirectAdjacent(XPathExpr $xpath, XPathExpr $com
5050
$combinedXpath
5151
->addNameTest()
5252
->addCondition('position() = 1');
53+
5354
return $xpath
54-
->join('[following-sibling::', $combinedXpath, ']', true)
55-
;
55+
->join('[following-sibling::', $combinedXpath, ']', true);
5656
}
5757

5858
public function translateRelationIndirectAdjacent(XPathExpr $xpath, XPathExpr $combinedXpath): XPathExpr

0 commit comments

Comments
 (0)