Skip to content

Commit 5e2dc29

Browse files
committed
Merge branch '2.8' into 3.2
* 2.8: Fixed the RST syntax Minor rewords [DependencyInjection][Improve] Constant YAML with expression language]
2 parents a3fba6a + e879282 commit 5e2dc29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

service_container/parameters.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ key and define the type as ``constant``.
230230
parameters:
231231
global.constant.value: !php/const:GLOBAL_CONSTANT
232232
my_class.constant.value: !php/const:My_Class::CONSTANT_NAME
233-
233+
234234
.. code-block:: xml
235235
236236
<?xml version="1.0" encoding="UTF-8" ?>
@@ -249,7 +249,6 @@ key and define the type as ``constant``.
249249
$container->setParameter('global.constant.value', GLOBAL_CONSTANT);
250250
$container->setParameter('my_class.constant.value', My_Class::CONSTANT_NAME);
251251
252-
253252
PHP Keywords in XML
254253
-------------------
255254

0 commit comments

Comments
 (0)