Skip to content

Commit d3bc464

Browse files
committed
Removing unused any color
1 parent 6c91453 commit d3bc464

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@
3939
class TextDescriptor extends Descriptor
4040
{
4141
private const VERB_COLORS = [
42-
'ANY' => 'red',
4342
'GET' => 'blue',
4443
'HEAD' => '#6C7280',
4544
'OPTIONS' => '#6C7280',
46-
'POST' => 'yellow',
45+
'POST' => 'green',
4746
'PUT' => 'yellow',
4847
'PATCH' => 'yellow',
4948
'DELETE' => 'red',

0 commit comments

Comments
 (0)