Skip to content

Commit a5f3e42

Browse files
committed
Merge branch '4.2'
* 4.2: Fix mistake with int processor (yaml)
2 parents 736d9fc + 146013c commit a5f3e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/environment_variables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ turn the value of the ``HTTP_PORT`` env var into an integer:
156156
# config/packages/framework.yaml
157157
framework:
158158
router:
159-
http_port: env(int:HTTP_PORT)
159+
http_port: '%env(int:HTTP_PORT)%'
160160
161161
.. code-block:: xml
162162

0 commit comments

Comments
 (0)