Skip to content

Commit f679796

Browse files
committed
bug #18937 [Console] Fix codeblock markup (smnandre)
This PR was merged into the 5.4 branch. Discussion ---------- [Console] Fix codeblock markup Bug visible on `5.4` `6.2` `6.3` `6.4` & `7.0` | 5.4 | 6.2 | 6.4 | | - | - | - | | ![a](https://github.com/symfony/symfony-docs/assets/1359581/58d7b403-bd63-4d02-ae0a-d666c5a39524) | ![b](https://github.com/symfony/symfony-docs/assets/1359581/bb692c0b-7235-435c-9e90-b4eee2c70d58) | ![c](https://github.com/symfony/symfony-docs/assets/1359581/9efb349a-3c10-4393-b3aa-d194f12db923) | Commits ------- 7e4c376 [Console] Fix codeblock markup
2 parents d1522a7 + 7e4c376 commit f679796

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
@@ -585,7 +585,7 @@ call ``setAutoExit(false)`` on it to get the command result in ``CommandTester``
585585
When testing your commands, it could be useful to understand how your command
586586
reacts on different settings like the width and the height of the terminal.
587587
You have access to such information thanks to the
588-
:class:`Symfony\\Component\\Console\\Terminal` class:
588+
:class:`Symfony\\Component\\Console\\Terminal` class::
589589

590590
use Symfony\Component\Console\Terminal;
591591

0 commit comments

Comments
 (0)