Skip to content

Commit 5395ea4

Browse files
committed
Minor tweak
1 parent 2e5b8bc commit 5395ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configuration/external_parameters.rst

Lines 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)