Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c85392c

Browse filesBrowse files
committed
f
1 parent 1edcaa1 commit c85392c
Copy full SHA for c85392c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Console/Helper/ProgressBar.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/ProgressBar.php
+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ private function overwrite(string $message): void
489489

490490
$lastLineWithoutDecoration = Helper::removeDecoration($this->output->getFormatter(), end($messageLines) ?? '');
491491

492-
// When the last previous line is empty (without formatting) it is already clear by the section output, so we don't need to clear it again
492+
// When the last previous line is empty (without formatting) it is already cleared by the section output, so we don't need to clear it again
493493
if (empty($lastLineWithoutDecoration)) {
494494
--$lineCount;
495495
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.