8000 [Console] fixed typo · dirkaholic/symfony@bf1ab93 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit bf1ab93

Browse files
committed
[Console] fixed typo
1 parent 9bdad73 commit bf1ab93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Console/Helper/ProgressHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ public function start(OutputInterface $output, $max = null)
201201
}
202202
break;
203203
default:
204+
$this->format = self::FORMAT_NORMAL_NOMAX;
204205
if ($this->max > 0) {
205206
$this->format = self::FORMAT_NORMAL;
206207
}

0 commit comments

Comments
 (0)
0