Skip to content

Commit 71ca405

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [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.7.22 updated VERSION for 2.7.21 update CONTRIBUTORS for 2.7.21 updated CHANGELOG for 2.7.21 [Doctrine][Form] support large integers
2 parents 7f565fe + 95324dd commit 71ca405

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
@@ -830,7 +830,7 @@ public static function xpathLiteral($s)
830830
}
831831
}
832832

833-
return sprintf('concat(%s)', implode($parts, ', '));
833+
return sprintf('concat(%s)', implode(', ', $parts));
834834
}
835835

836836
/**

0 commit comments

Comments
 (0)