We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2468fb6 + 208aca6 commit 3503415Copy full SHA for 3503415
XPath/Translator.php
@@ -89,7 +89,7 @@ public static function getXpathLiteral($element)
89
}
90
91
92
- return sprintf('concat(%s)', implode($parts, ', '));
+ return sprintf('concat(%s)', implode(', ', $parts));
93
94
95
/**
0 commit comments