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 {