Skip to content

Commit d40ef52

Browse files
authored
Remove double quotes in console.rst
Remove double quotes in console.rst
1 parent be8ec3d commit d40ef52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ call ``setAutoExit(false)`` on it to get the command result in ``CommandTester``
443443
.. note::
444444

445445
When using the Console component in a standalone project, use
446-
:class:`Symfony\\Component\\Console\\Application <Symfony\\Component\\Console\\Application>`
446+
:class:`Symfony\\Component\\Console\\Application <Symfony\Component\Console\Application>`
447447
and extend the normal ``\PHPUnit\Framework\TestCase``.
448448

449449
Logging Command Errors

0 commit comments

Comments
 (0)