Skip to content

Commit 02665b2

Browse files
authored
Fix mistake with int processor (yaml)
1 parent f694ffe commit 02665b2

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)