Applied fixes from StyleCI (#411)

This commit is contained in:
Phan An 2016-08-17 22:26:38 +08:00 committed by GitHub
parent 2504bb9a10
commit 03407d5adc

View file

@ -132,12 +132,11 @@ class SyncMedia extends Command
/**
* Create a progress bar.
*
* @param int $max Max steps
* @param int $max Max steps
*/
public function createProgressBar($max)
{
$this->bar = $this->getOutput()->createProgressBar($max);
}
/**