Skip to content

Commit c168178

Browse files
Merge branch '4.4' into 5.4
* 4.4: CS fixes 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 b0a1902 + bd0a673 commit c168178

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)