From f7c20b5af36a313b55bea3845104137fb71de26e Mon Sep 17 00:00:00 2001 From: Abdellatif Derbel Date: Thu, 24 Oct 2019 09:47:02 +0200 Subject: [PATCH] Edit comment --- service_container/parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/parameters.rst b/service_container/parameters.rst index eb05b26611f..f99077c4981 100644 --- a/service_container/parameters.rst +++ b/service_container/parameters.rst @@ -136,7 +136,7 @@ and hidden with the service definition: .. code-block:: php - // the @ symbol does NOT need to be escaped in XML + // the @ symbol does NOT need to be escaped in PHP $container->setParameter('mailer_password', '@securepass'); // But % does need to be escaped