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 6f361ba + aa74eda commit fc5661fCopy full SHA for fc5661f
service_container/parameters.rst
@@ -260,8 +260,8 @@ Setting PHP constants as parameters is also supported:
260
261
# config/services.yaml
262
parameters:
263
- global.constant.value: !php/const:GLOBAL_CONSTANT
264
- 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
265
266
.. code-block:: xml
267
0 commit comments