There was an error while loading. Please reload this page.
2 parents 9dae8ae + 38b2cd8 commit b53a0e0Copy full SHA for b53a0e0
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