Skip to content

Commit bd0a673

Browse files
CS fixes
1 parent 0628e6c commit bd0a673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/XPath/TranslatorTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function testOnlyOfTypeFindsSingleChildrenOfGivenType()
156156
</body>
157157
</html>
158158
HTML
159-
);
159+
);
160160

161161
$xpath = new \DOMXPath($document);
162162
$nodeList = $xpath->query($translator->cssToXPath('span:only-of-type'));

0 commit comments

Comments
 (0)