From ef35ec1432709d5a08cae91f62e94d2a210635c4 Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Mon, 2 Oct 2023 18:43:31 +0200 Subject: [PATCH] Fix duplicate component in UPGRADE-6.3.md --- UPGRADE-6.3.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/UPGRADE-6.3.md b/UPGRADE-6.3.md index cf66a462ed78d..b3dcb9eeb1801 100644 --- a/UPGRADE-6.3.md +++ b/UPGRADE-6.3.md @@ -119,10 +119,6 @@ HttpFoundation -------------- * `Response::sendHeaders()` now takes an optional `$statusCode` parameter - -HttpFoundation --------------- - * Deprecate conversion of invalid values in `ParameterBag::getInt()` and `ParameterBag::getBoolean()` * Deprecate ignoring invalid values when using `ParameterBag::filter()`, unless flag `FILTER_NULL_ON_FAILURE` is set