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 b382a4a + f7a08ca commit 38b2cd8Copy full SHA for 38b2cd8
configuration/env_var_processors.rst
@@ -746,7 +746,7 @@ Symfony provides the following env var processors:
746
This processor takes the fully qualified name of the ``\BackedEnum`` as an argument::
747
748
// App\Enum\Suit.php
749
- enum Environment: string
+ enum Suit: string
750
{
751
case Clubs = 'clubs';
752
case Spades = 'spades';
0 commit comments