We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a252ba + 11bae19 commit 5631396Copy full SHA for 5631396
configuration/env_var_processors.rst
@@ -742,7 +742,7 @@ Symfony provides the following env var processors:
742
This processor takes the fully qualified name of the ``\BackedEnum`` as an argument::
743
744
// App\Enum\Suit.php
745
- enum Environment: string
+ enum Suit: string
746
{
747
case Clubs = 'clubs';
748
case Spades = 'spades';
0 commit comments