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.
2 parents a3fba6a + e879282 commit 5e2dc29Copy full SHA for 5e2dc29
service_container/parameters.rst
@@ -230,7 +230,7 @@ key and define the type as ``constant``.
230
parameters:
231
global.constant.value: !php/const:GLOBAL_CONSTANT
232
my_class.constant.value: !php/const:My_Class::CONSTANT_NAME
233
-
+
234
.. code-block:: xml
235
236
<?xml version="1.0" encoding="UTF-8" ?>
@@ -249,7 +249,6 @@ key and define the type as ``constant``.
249
$container->setParameter('global.constant.value', GLOBAL_CONSTANT);
250
$container->setParameter('my_class.constant.value', My_Class::CONSTANT_NAME);
251
252
253
PHP Keywords in XML
254
-------------------
255
0 commit comments