File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ Symfony provides the following env var processors:
199199 parameters :
200200 env(SECRET) : ' some_secret'
201201 framework :
202- secret : ' %env(string:SECRET)%'
202+ secret : ' %env(string:SECRET)%'
203203
204204 .. code-block :: xml
205205
@@ -239,7 +239,7 @@ Symfony provides the following env var processors:
239239 parameters :
240240 env(HTTP_METHOD_OVERRIDE) : ' true'
241241 framework :
242- http_method_override : ' %env(bool:HTTP_METHOD_OVERRIDE)%'
242+ http_method_override : ' %env(bool:HTTP_METHOD_OVERRIDE)%'
243243
244244 .. code-block :: xml
245245
@@ -285,8 +285,8 @@ Symfony provides the following env var processors:
285285 parameters :
286286 env(HEALTH_CHECK_METHOD) : ' Symfony\Component\HttpFoundation\Request::METHOD_HEAD'
287287 security :
288- access_control :
289- - { path: '^/health-check$', methods: '%env(const:HEALTH_CHECK_METHOD)%' }
288+ access_control :
289+ - { path: '^/health-check$', methods: '%env(const:HEALTH_CHECK_METHOD)%' }
290290
291291 .. code-block :: xml
292292
@@ -335,7 +335,7 @@ Symfony provides the following env var processors:
335335 parameters :
336336 env(TRUSTED_HOSTS) : ' ["10.0.0.1", "10.0.0.2"]'
337337 framework :
338- trusted_hosts : ' %env(json:TRUSTED_HOSTS)%'
338+ trusted_hosts : ' %env(json:TRUSTED_HOSTS)%'
339339
340340 .. code-block :: xml
341341
You can’t perform that action at this time.
0 commit comments