Skip to content

Commit e41d6ce

Browse files
committed
Fix CS
1 parent 7b20172 commit e41d6ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Command/DebugCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@ protected function configure()
7070
7171
<info>php %command.full_name%</info>
7272
73-
The command lists all built-in types, services types, type extensions and
73+
The command lists all built-in types, services types, type extensions and
7474
guessers currently available.
7575
7676
<info>php %command.full_name% Symfony\Component\Form\Extension\Core\Type\ChoiceType</info>
7777
<info>php %command.full_name% ChoiceType</info>
7878
79-
The command lists all defined options that contains the given form type,
79+
The command lists all defined options that contains the given form type,
8080
as well as their parents and type extensions.
8181
8282
<info>php %command.full_name% ChoiceType choice_value</info>
8383
84-
Use the <info>--show-deprecated</info> option to display form types with
84+
Use the <info>--show-deprecated</info> option to display form types with
8585
deprecated options or the deprecated options of the given form type:
8686
8787
<info>php %command.full_name% --show-deprecated</info>

0 commit comments

Comments
 (0)