Skip to content

Commit 3503415

Browse files
Merge branch '2.8' into 3.4
* 2.8: CS fix [Debug] fix compat with PHP 7.3
2 parents 2468fb6 + 208aca6 commit 3503415

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
@@ -89,7 +89,7 @@ public static function getXpathLiteral($element)
8989
}
9090
}
9191

92-
return sprintf('concat(%s)', implode($parts, ', '));
92+
return sprintf('concat(%s)', implode(', ', $parts));
9393
}
9494

9595
/**

0 commit comments

Comments
 (0)