Skip to content

Commit 5631396

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: fix enum name
2 parents 7a252ba + 11bae19 commit 5631396

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)