mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
Applied fixes from StyleCI (#411)
This commit is contained in:
parent
2504bb9a10
commit
03407d5adc
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue