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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Adapter/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class Console extends AbstractAdapter
/**
* Whether the output started yet or not
*
* @var boolean
* @var bool
*/
protected $outputStarted = false;

Expand Down
4 changes: 2 additions & 2 deletions src/Adapter/JsPull.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ class JsPull extends AbstractAdapter
/**
* Whether to exit after json data send or not
*
* @var boolean
* @var bool
*/
protected $exitAfterSend = true;

/**
* Set whether to exit after json data send or not
*
* @param boolean $exitAfterSend
* @param bool $exitAfterSend
* @return \Zend\ProgressBar\Adapter\JsPull
*/
public function setExitAfterSend($exitAfterSend)
Expand Down

0 comments on commit c027f2a

Please sign in to comment.