There was an error while loading. Please reload this page.
2 parents 8c224c1 + d67de79 commit 3504dc5Copy full SHA for 3504dc5
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