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.
1 parent b382a4a commit f7a08caCopy full SHA for f7a08ca
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