Skip to content

Commit 146013c

Browse files
committed
minor #11500 Fix mistake with int processor (yaml) (l-vo)
This PR was merged into the 4.2 branch. Discussion ---------- Fix mistake with int processor (yaml) Commits ------- 02665b2 Fix mistake with int processor (yaml)
2 parents 41cb0e0 + 02665b2 commit 146013c

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
@@ -148,7 +148,7 @@ turn the value of the ``HTTP_PORT`` env var into an integer:
148148
# config/packages/framework.yaml
149149
framework:
150150
router:
151-
http_port: env(int:HTTP_PORT)
151+
http_port: '%env(int:HTTP_PORT)%'
152152
153153
.. code-block:: xml
154154

0 commit comments

Comments
 (0)