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 60695e5 commit ed5169cCopy full SHA for ed5169c
service_container/parameters.rst
@@ -253,8 +253,8 @@ Setting PHP constants as parameters is also supported:
253
.. code-block:: yaml
254
255
parameters:
256
- global.constant.value: !php/const:GLOBAL_CONSTANT
257
- my_class.constant.value: !php/const:My_Class::CONSTANT_NAME
+ global.constant.value: !php/const GLOBAL_CONSTANT
+ my_class.constant.value: !php/const My_Class::CONSTANT_NAME
258
259
.. code-block:: xml
260
0 commit comments