Skip to content

Commit ddaac67

Browse files
committed
Made sentence more clear
1 parent 1f3a687 commit ddaac67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cookbook/console/console_command.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ For example, you could easily extend the task to be translatable::
8585
Testing Commands
8686
----------------
8787

88-
When testing commands used as part of the full framework :class:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application`
89-
should be used instead of :class:`Symfony\\Component\\Console\\Application`::
88+
When testing commands used as part of the full framework
89+
:class:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application <Symfony\\Bundle\\FrameworkBundle\\Console\\Application>` should be used
90+
instead of
91+
:class:`Symfony\\Component\\Console\\Application <Symfony\\Component\\Console\\Application>`::
9092

9193
use Symfony\Component\Console\Tester\CommandTester;
9294
use Symfony\Bundle\FrameworkBundle\Console\Application;

0 commit comments

Comments
 (0)