8000 Minor tweaks · symfony/symfony-docs@a809666 · GitHub
[go: up one dir, main page]

Skip to content

Commit a809666

Browse files
committed
Minor tweaks
1 parent 49cc99a commit a809666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/env_var_processors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,8 @@ Symfony provides the following env var processors:
784784
// config/services.php
785785
$container->setParameter('suit', '%env(enum:App\Enum\Suit:CARD_SUIT)%');
786786
787-
The value stored in the ``CARD_SUIT`` env var would be a string like `'spades'` but the
788-
application will use the ``Suit::Spdes`` enum value.
787+
The value stored in the ``CARD_SUIT`` env var would be a string (e.g. ``'spades'``)
788+
but the application will use the enum value (e.g. ``Suit::Spades``).
789789

790790
.. versionadded:: 6.2
791791

0 commit comments

Comments
 (0)
0