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 989f81f + b53a0e0 commit 11bae19Copy full SHA for 11bae19
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