Skip to content

Commit 9a87bc5

Browse files
committed
merge branch '2.1' into 2.2
* 2.1: fixed doc references (closes #7515) small changes [SecurityBundle] Fixed configuration exemple idAsIndex should be true with a smallint or bigint id field. Fixed long multibyte parameter logging in DbalLogger:startQuery Keep the file extension in the temporary copy and test that it exists (closes #7482) [Validator][translation][japanese]replaced period to japanese one [Validator][translation][japanese]fixed japanese translation to more practical one [Validator][translation][japanese]fixed message ordering to be consistent with other languages [Validator][translation][japanese]added new validation messages in japanese translation Conflicts: src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf
2 parents 6af424d + 3cd3b6e commit 9a87bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeaderBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function get($key, $default = null, $first = true)
149149
*
150150
* @param string $key The key
151151
* @param string|array $values The value or an array of values
152-
* @param Boolean $replace Whether to replace the actual value of not (true by default)
152+
* @param Boolean $replace Whether to replace the actual value or not (true by default)
153153
*
154154
* @api
155155
*/

0 commit comments

Comments
 (0)