From 4182c8c6e3b327603748b3f9d531058a84728484 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 2 Apr 2019 09:38:43 +0200 Subject: [PATCH] typo to be consistent throughout the docs --- setup/upgrade_major.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/upgrade_major.rst b/setup/upgrade_major.rst index 879fb6b900a..ee7cbd7043d 100644 --- a/setup/upgrade_major.rst +++ b/setup/upgrade_major.rst @@ -82,7 +82,7 @@ Now, you can start fixing the notices: Remaining deprecation notices (6) - The "request" service is deprecated and will be removed in 3.0. Add a typehint for + The "request" service is deprecated and will be removed in 3.0. Add a type-hint for Symfony\Component\HttpFoundation\Request to your controller parameters to retrieve the request instead: 6x 3x in PageAdminTest::testPageShow from Symfony\Cmf\SimpleCmsBundle\Tests\WebTest\Admin