Skip to content

Commit ee2a5a5

Browse files
Fix Sphinx error
1 parent 74af6d8 commit ee2a5a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/console/helpers/cursor.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ of the output:
1717
:align: center
1818

1919

20+
.. code-block:: php
21+
2022
// src/Commande/MyCommand.php
2123
use Symfony\Component\Console\Command\Command;
2224
use Symfony\Component\Console\Cursor;
@@ -47,7 +49,7 @@ Using the cursor
4749
----------------
4850

4951
Moving the cursor
50-
................
52+
.................
5153

5254
There are fews methods to control moving the command cursor::
5355

@@ -79,7 +81,7 @@ You can get the current command's cursor position by using::
7981
// $position[1] // rows (aka y coordinate)
8082

8183
Clearing output
82-
................
84+
...............
8385

8486
The cursor can also clear some output on the screen::
8587

0 commit comments

Comments
 (0)