Skip to content

Commit 6f6d73b

Browse files
committed
minor. refs #12917
1 parent d5455b2 commit 6f6d73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/single_command_tool.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In such case, having to pass the command name each time is tedious.
99

1010
.. versionadded:: 5.1
1111

12-
The class :class:`Symfony\\Component\\Console\\SingleCommandApplication` was
12+
The :class:`Symfony\\Component\\Console\\SingleCommandApplication` class was
1313
introduced in Symfony 5.1.
1414

1515
Fortunately, it is possible to remove this need by declaring a single command
@@ -52,6 +52,6 @@ You can still register a command as usual::
5252
$application->setDefaultCommand($command->getName(), true);
5353
$application->run();
5454

55-
The method :method:`Symfony\\Component\\Console\\Application::setDefaultCommand`
55+
The :method:`Symfony\\Component\\Console\\Application::setDefaultCommand` method
5656
accepts a boolean as second parameter. If true, the command ``echo`` will then
5757
always be used, without having to pass its name.

0 commit comments

Comments
 (0)