Skip to content

Commit 38b2cd8

Browse files
committed
minor #19452 fix enum name (xabbuh)
This PR was merged into the 6.3 branch. Discussion ---------- fix enum name Commits ------- f7a08ca fix enum name
2 parents b382a4a + f7a08ca commit 38b2cd8

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)