Skip to content

Commit d67de79

Browse files
Merge branch '3.4' into 4.1
* 3.4: CS fix [Debug] fix compat with PHP 7.3
2 parents 26fe34d + 3503415 commit d67de79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XPath/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static function getXpathLiteral(string $element): string
8484
}
8585
}
8686

87-
return sprintf('concat(%s)', implode($parts, ', '));
87+
return sprintf('concat(%s)', implode(', ', $parts));
8888
}
8989

9090
/**

0 commit comments

Comments
 (0)