Skip to content

Commit

Permalink
[Console] added ProgressBar (to replace the stateful ProgressHelper c…
Browse files Browse the repository at this point in the history
…lass)
  • Loading branch information
fabpot committed Mar 1, 2014
1 parent afee085 commit 4a953b7
Show file tree
Hide file tree
Showing 5 changed files with 727 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,8 +4,9 @@ CHANGELOG
2.5.0
-----

* added a way to set a default command instead of `ListCommand`
* added a way to set the process name of a command
* deprecated ProgressHelper in favor of ProgressBar
* added a way to set a default command instead of `ListCommand`
* added a way to set the process name of a command

2.4.0
-----
Expand Down
2 changes: 1 addition & 1 deletion Helper/Helper.php
Expand Up @@ -47,7 +47,7 @@ public function getHelperSet()
*
* @return integer The length of the string
*/
protected function strlen($string)
public static function strlen($string)
{
if (!function_exists('mb_strlen')) {
return strlen($string);
Expand Down

0 comments on commit 4a953b7

Please sign in to comment.