Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbebf57

Browse files
committed
minor #44488 Remove duplicated entry in UPGRADE-6.0.md (fancyweb)
This PR was merged into the 5.4 branch. Discussion ---------- Remove duplicated entry in UPGRADE-6.0.md | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | #44486 | License | MIT | Doc PR | - Commits ------- 6353479 Remove duplicated entry in UPGRADE-6.0.md
2 parents d7d2c48 + 6353479 commit cbebf57

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)