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

Commit

Permalink
Merge branch 'hotfix/4337' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 29, 2013
2 parents d6bc574 + 954ead6 commit 5147fcd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Adapter/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ class Console extends AbstractAdapter
*
* @var array
*/
protected $elements = array(self::ELEMENT_PERCENT,
self::ELEMENT_BAR,
self::ELEMENT_ETA);
protected $elements = array(
self::ELEMENT_PERCENT,
self::ELEMENT_BAR,
self::ELEMENT_ETA,
);

/**
* Which action to do at finish call
Expand Down

0 comments on commit 5147fcd

Please sign in to comment.