Skip to content

Commit

Permalink
Remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Jun 16, 2017
1 parent 5b1b262 commit a72294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/Helper/ProgressHelper.php
Expand Up @@ -125,7 +125,7 @@ public function increment($num = 1)
/**
* Render the progress bar based on the current state.
*
* @return $this;
* @return $this
*/
public function draw()
{
Expand Down

0 comments on commit a72294d

Please sign in to comment.