We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a0b55 commit f7c20b5Copy full SHA for f7c20b5
service_container/parameters.rst
@@ -136,7 +136,7 @@ and hidden with the service definition:
136
137
.. code-block:: php
138
139
- // the @ symbol does NOT need to be escaped in XML
+ // the @ symbol does NOT need to be escaped in PHP
140
$container->setParameter('mailer_password', '@securepass');
141
142
// But % does need to be escaped
0 commit comments