From 79639d948cb08ae93dc29e8489ebf90b3d6844c7 Mon Sep 17 00:00:00 2001 From: Emmanuel BORGES Date: Wed, 6 Mar 2019 13:18:19 +0100 Subject: [PATCH] fix --- UPGRADE-4.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-4.2.md b/UPGRADE-4.2.md index 26a0632daf8bf..a221e29204f89 100644 --- a/UPGRADE-4.2.md +++ b/UPGRADE-4.2.md @@ -184,7 +184,7 @@ FrameworkBundle HttpFoundation -------------- - * The default value of the `$secure` and `$samesite` arguments o`f Cookie's constructor + * The default value of the `$secure` and `$samesite` arguments of Cookie's constructor will respectively change from `false` to `null` and from `null` to `lax` in Symfony 5.0, you should define their values explicitly or use `Cookie::create()` instead.