Skip to content

Commit ab2746a

Browse files
Merge branch '5.4' into 6.0
* 5.4: CS fixes 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 1955d59 + c168178 commit ab2746a

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)