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 26fe34d + 3503415 commit d67de79Copy full SHA for d67de79
XPath/Translator.php
@@ -84,7 +84,7 @@ public static function getXpathLiteral(string $element): string
84
}
85
86
87
- return sprintf('concat(%s)', implode($parts, ', '));
+ return sprintf('concat(%s)', implode(', ', $parts));
88
89
90
/**
0 commit comments