Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Console] Add progress indicator helper #16409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 4, 2015
Merged

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Nov 1, 2015

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #12119
License MIT
Doc PR

$this->format = self::getFormatDefinition($format);
$this->indicatorChangeInterval = $indicatorChangeInterval;
$this->indicatorValues = $indicatorValues;
$this->startTime = time();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indicator actually doesn't start here, so why do we set $this->startTime?
It will be changed in start() function.

@fabpot
Copy link
Member

fabpot commented Nov 4, 2015

Thank you @xabbuh.

@fabpot fabpot merged commit be0a364 into symfony:2.8 Nov 4, 2015
fabpot added a commit that referenced this pull request Nov 4, 2015
This PR was merged into the 2.8 branch.

Discussion
----------

[Console] Add progress indicator helper

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #12119
| License       | MIT
| Doc PR        |

Commits
-------

be0a364 [Console] Add progress indicator helper
@xabbuh xabbuh deleted the backport-12119 branch November 4, 2015 08:47
@fabpot fabpot mentioned this pull request Nov 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants