Skip to content

Commit f7a08ca

Browse files
committed
fix enum name
1 parent b382a4a commit f7a08ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/env_var_processors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ Symfony provides the following env var processors:
746746
This processor takes the fully qualified name of the ``\BackedEnum`` as an argument::
747747

748748
// App\Enum\Suit.php
749-
enum Environment: string
749+
enum Suit: string
750750
{
751751
case Clubs = 'clubs';
752752
case Spades = 'spades';

0 commit comments

Comments
 (0)