Skip to content

Commit 11bae19

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix enum name
2 parents 989f81f + b53a0e0 commit 11bae19

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
@@ -742,7 +742,7 @@ Symfony provides the following env var processors:
742742
This processor takes the fully qualified name of the ``\BackedEnum`` as an argument::
743743

744744
// App\Enum\Suit.php
745-
enum Environment: string
745+
enum Suit: string
746746
{
747747
case Clubs = 'clubs';
748748
case Spades = 'spades';

0 commit comments

Comments
 (0)