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