diff --git a/service_container.rst b/service_container.rst index 53439ff4006..4e05b92da2e 100644 --- a/service_container.rst +++ b/service_container.rst @@ -412,7 +412,7 @@ example, suppose you want to make the admin email configurable: public function __construct( private MessageGenerator $messageGenerator, private MailerInterface $mailer, - + private string $adminEmail,) + + private string $adminEmail ) { }