Skip to content

Commit 0dd5e36

Browse files
Merge branch '6.0' into 6.1
* 6.0: CS fixes Bump Symfony version to 6.0.11 Update VERSION for 6.0.10 Update CHANGELOG for 6.0.10 Bump Symfony version to 5.4.11 Update VERSION for 5.4.10 Update CHANGELOG for 5.4.10 Bump Symfony version to 4.4.44 Update VERSION for 4.4.43 Update CONTRIBUTORS for 4.4.43 Update CHANGELOG for 4.4.43
2 parents 05c40f0 + ab2746a commit 0dd5e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)