Skip to content

Commit eb752cc

Browse files
committed
minor #4363 Fixed sentence (WouterJ)
This PR was merged into the 2.5 branch. Discussion ---------- Fixed sentence The sentence did not have a start and was not that easy to read (since it had 2 times "default" in it). I changed it a bit. | Q | A | --- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5+ | Fixed tickets | - Commits ------- 1a410e4 Fixed sentence
2 parents f11d31f + 1a410e4 commit eb752cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/console/changing_default_command.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Changing the Default Command
88
The :method:`Symfony\\Component\\Console\\Application::setDefaultCommand`
99
method was introduced in Symfony 2.5.
1010

11-
will always run the ``ListCommand`` when no command name is passed. In order to change
12-
the default command you just need to pass the command name you want to run by
13-
default to the ``setDefaultCommand`` method::
11+
The Console component will always run the ``ListCommand`` when no command name is
12+
passed. In order to change the default command you just need to pass the command
13+
name to the ``setDefaultCommand`` method::
1414

1515
namespace Acme\Console\Command;
1616

0 commit comments

Comments
 (0)