Skip to content

Commit b39dfb4

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: [DI] minor FileLoaders tests update [HttpKernel] Revert BC breaking change of Request::isMethodSafe() [DOMCrawler] Bug fixed [Process] Do feat test before enabling TTY mode bumped Symfony version to 2.8.15 updated VERSION for 2.8.14 updated CHANGELOG for 2.8.14 bumped Symfony version to 2.7.22 updated VERSION for 2.7.21 update CONTRIBUTORS for 2.7.21 updated CHANGELOG for 2.7.21 Fix annotation type for $context [Doctrine][Form] support large integers
2 parents 1eb3b4d + 71ca405 commit b39dfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ public static function xpathLiteral($s)
900900
}
901901
}
902902

903-
return sprintf('concat(%s)', implode($parts, ', '));
903+
return sprintf('concat(%s)', implode(', ', $parts));
904904
}
905905

906906
/**

0 commit comments

Comments
 (0)