We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta1eb2f2 commit480c2b5Copy full SHA for 480c2b5
console.rst
@@ -334,7 +334,7 @@ method, which returns an instance of
334
$section1->clear(2);
335
// Output is now completely empty!
336
337
- //Allow limitingthe height of aconsolesection
+ //settingthemaxheight of a section will make new lines replace the old ones
338
$section1->setMaxHeight(2);
339
$section1->writeln('Line1');
340
$section1->writeln('Line2');
@@ -350,7 +350,7 @@ method, which returns an instance of
350
351
..versionadded::6.2
352
353
-Allow limiting the height of a console section was introduced in Symfony 6.2.
+The feature to limit the height of a console section was introduced in Symfony 6.2.
354
355
Output sections let you manipulate the Console output in advanced ways, such as
356
:ref:`displaying multiple progress bars<console-multiple-progress-bars>` which