File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ method, which returns an instance of
334
334
$section1->clear(2);
335
335
// Output is now completely empty!
336
336
337
- // Allow limiting the height of a console section
337
+ // setting the max height of a section will make new lines replace the old ones
338
338
$section1->setMaxHeight(2);
339
339
$section1->writeln('Line1');
340
340
$section1->writeln('Line2');
@@ -350,7 +350,7 @@ method, which returns an instance of
350
350
351
351
.. versionadded :: 6.2
352
352
353
- Allow limiting the height of a console section was introduced in Symfony 6.2.
353
+ The feature to limit the height of a console section was introduced in Symfony 6.2.
354
354
355
355
Output sections let you manipulate the Console output in advanced ways, such as
356
356
:ref: `displaying multiple progress bars <console-multiple-progress-bars >` which
You can’t perform that action at this time.
0 commit comments