Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into hotfix/translator-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Adapter/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ public function __destruct()
* Set a different output-stream
*
* @param string $resource
* @throws Exception\RuntimeException
* @return \Zend\ProgressBar\Adapter\Console
*/
public function setOutputStream($resource)
Expand Down
1 change: 1 addition & 0 deletions src/ProgressBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ public function update($value = null, $text = null)
/**
* Update the progressbar to the next value
*
* @param int $diff
* @param string $text
* @return void
*/
Expand Down

0 comments on commit 742fa1f

Please sign in to comment.