We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcdef5d + a644472 commit 766653bCopy full SHA for 766653b
lib/cli/progress/Bar.php
@@ -47,7 +47,7 @@ class Bar extends Progress {
47
public function display($finish = false) {
48
$_percent = $this->percent();
49
50
- $percent = str_pad(floor($_percent * 100), 3);;
+ $percent = str_pad(floor($_percent * 100), 3);
51
$msg = $this->_message;
52
$msg = Streams::render($this->_formatMessage, compact('msg', 'percent'));
53
0 commit comments