8000 minor #20505 [DOMCrawler] Bug fixed (Imangazaliev) · symfony/symfony@9c82a9b · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9c82a9b

Browse files
committed
minor #20505 [DOMCrawler] Bug fixed (Imangazaliev)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #20505). Discussion ---------- [DOMCrawler] Bug fixed | Q | A | ------------- | --- | Bran 8000 ch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT | Doc PR | reference to the documentation PR, if any Commits ------- 6c3150d [DOMCrawler] Bug fixed
2 parents 7047e4d + 6c3150d commit 9c82a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DomCrawler/Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ public static function xpathLiteral($s)
816816
}
817817
}
818818

819-
return sprintf('concat(%s)', implode($parts, ', '));
819+
return sprintf('concat(%s)', implode(', ', $parts));
820820
}
821821

822822
/**

0 commit comments

Comments
 (0)
0