Skip to content

Commit cda7c1a

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Console] Fix codeblock markup
2 parents 5d2c672 + 62ec3cd commit cda7c1a

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)