From 21c70c7847e571fa845ccb2829409b73df4ee9fd Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 4 May 2023 16:08:53 -0500 Subject: [PATCH] docs: remove extra linebreak Signed-off-by: Matthew Weier O'Phinney --- docs/book/v3/migration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/book/v3/migration.md b/docs/book/v3/migration.md index 51dcbec7..44a234fe 100644 --- a/docs/book/v3/migration.md +++ b/docs/book/v3/migration.md @@ -29,7 +29,6 @@ Previously, an empty array value was treated as identical to `null`, and would c The function `Laminas\Diactoros\marshalHeadersFromSapi()`, which is consumed by `Laminas\Diactoros\ServerRequestFactory::fromGlobals()`, was modified such that it will now filter out header field names that evaluate to integers. Please see the [Security Features](security-features.md) document for more details. - ## Removed The following features were removed for version 3.