Skip to content

Commit b53a0e0

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: fix enum name
2 parents 9dae8ae + 38b2cd8 commit b53a0e0

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)