Skip to content

Commit 62ec3cd

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [Console] Fix codeblock markup
2 parents 8174000 + f679796 commit 62ec3cd

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
@@ -577,7 +577,7 @@ call ``setAutoExit(false)`` on it to get the command result in ``CommandTester``
577577
When testing your commands, it could be useful to understand how your command
578578
reacts on different settings like the width and the height of the terminal, or
579579
even the color mode being used. You have access to such information thanks to the
580-
:class:`Symfony\\Component\\Console\\Terminal` class:
580+
:class:`Symfony\\Component\\Console\\Terminal` class::
581581

582582
use Symfony\Component\Console\Terminal;
583583

0 commit comments

Comments
 (0)