From 8e8772d2c11fa47d5cde8d7c982c5ad9cb9f782d Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Thu, 5 Jan 2023 03:10:09 +0100 Subject: [PATCH] remove double required annotation + attribute --- .../Bundle/FrameworkBundle/Controller/AbstractController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php b/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php index cef10efcd1a29..647ef98aee258 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php @@ -58,9 +58,6 @@ abstract class AbstractController implements ServiceSubscriberInterface */ protected $container; - /** - * @required - */ #[Required] public function setContainer(ContainerInterface $container): ?ContainerInterface {