Skip to content

Commit 1b26f76

Browse files
committed
Minor tweaks
1 parent 8fd7a08 commit 1b26f76

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

components/console/helpers/progressindicator.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,8 @@ The progress indicator will now look like this:
9595
⠹ Processing...
9696
⢸ Processing...
9797
98-
Custom Finished Indicator
99-
~~~~~~~~~~~~~~~~~~~~~~~~~
100-
101-
Once the progress indicator is finished, it keeps by default the latest indicator value. You can replace it with a your own::
98+
Once the progress indicator is finished, it keeps the latest indicator value by
99+
default. You can replace it with your own::
102100

103101
$progressIndicator->finish('Finished', '✅');
104102

@@ -114,7 +112,6 @@ Then the progress indicator will render like this:
114112

115113
The ``finishedIndicator`` parameter for method ``finish()`` was introduced in Symfony 7.2.
116114

117-
118115
Customize Placeholders
119116
~~~~~~~~~~~~~~~~~~~~~~
120117

0 commit comments

Comments
 (0)