We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59faf76 commit dfcde17Copy full SHA for dfcde17
components/console/helpers/cursor.rst
@@ -22,12 +22,10 @@ of the output:
22
{
23
// ...
24
25
- public function __invoke(OutputInterface $output): int
+ public function __invoke(Cursor $cursor, OutputInterface $output): int
26
27
28
29
- $cursor = new Cursor($output);
30
-
31
// moves the cursor to a specific column (1st argument) and
32
// row (2nd argument) position
33
$cursor->moveToPosition(7, 11);
0 commit comments