Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5395ea4

Browse filesBrowse files
committed
Minor tweak
1 parent 2e5b8bc commit 5395ea4
Copy full SHA for 5395ea4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎configuration/external_parameters.rst

Copy file name to clipboardExpand all lines: configuration/external_parameters.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,8 @@ Symfony provides the following env var processors:
533533
$container->setParameter('private_key', '%env(default:raw_key:file:PRIVATE_KEY)%');
534534
$container->setParameter('raw_key', '%env(PRIVATE_KEY)%');
535535
536-
When the fallback parameter is ommited (ie. ``env(default::API_KEY)``), the value retrieved is ``null``.
536+
When the fallback parameter is ommited (e.g. ``env(default::API_KEY)``), the
537+
value returned is ``null``.
537538

538539
.. versionadded:: 4.3
539540

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.