8000 Remove duplicated entry in UPGRADE-6.0.md · symfony/symfony@6353479 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6353479

Browse files
committed
Remove duplicated entry in UPGRADE-6.0.md
1 parent d7d2c48 commit 6353479

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UPGRADE-6.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ HttpFoundation
124124
* Removed the `Request::HEADER_X_FORWARDED_ALL` constant, use either `Request::HEADER_X_FORWARDED_FOR | Request::HEADER_X_FORWARDED_HOST | Request::HEADER_X_FORWARDED_PORT | Request::HEADER_X_FORWARDED_PROTO` or `Request::HEADER_X_FORWARDED_AWS_ELB` or `Request::HEADER_X_FORWARDED_TRAEFIK`constants instead
125125
* Rename `RequestStack::getMasterRequest()` to `getMainRequest()`
126126
* Not passing `FILTER_REQUIRE_ARRAY` or `FILTER_FORCE_ARRAY` flags to `InputBag::filter()` when filtering an array will throw `BadRequestException`
127-
* Removed the `Request::HEADER_X_FORWARDED_ALL` constant
128127
* Retrieving non-scalar values using `InputBag::get()` will throw `BadRequestException` (use `InputBad::all()` instead to retrieve an array)
129128
* Passing non-scalar default value as the second argument `InputBag::get()` will throw `\InvalidArgumentException`
130129
* Passing non-scalar, non-array value as the second argument `InputBag::set()` will throw `\InvalidArgumentException`

0 commit comments

Comments
 (0)
0