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

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Made ProgressBar final.
  • Loading branch information
a-ast committed Dec 4, 2016
commit c8a1b19f267611cf0b7d5c6cd68330fcf0ec3285
2 changes: 1 addition & 1 deletion src/Symfony/Component/Console/Helper/ProgressBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @author Fabien Potencier <[email protected]>
* @author Chris Jones <[email protected]>
*/
class ProgressBar
final class ProgressBar
{
// options
private $barWidth = 28;
Expand Down