mirror of
https://github.com/koel/koel
synced 2025-02-16 13:28:32 +00:00
Apply fixes from StyleCI (#610)
This commit is contained in:
parent
caf13fbac0
commit
6c9e707f8b
2 changed files with 2 additions and 3 deletions
|
@ -16,7 +16,7 @@ class SongZipArchive
|
|||
protected $archive;
|
||||
|
||||
/**
|
||||
* Path to the zip archive
|
||||
* Path to the zip archive.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
@ -24,7 +24,7 @@ class SongZipArchive
|
|||
|
||||
/**
|
||||
* Names of the files in the archive
|
||||
* Format: [file-name.mp3' => currentFileIndex]
|
||||
* Format: [file-name.mp3' => currentFileIndex].
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
|
|
@ -9,7 +9,6 @@ use App\Models\Song;
|
|||
use App\Models\SongZipArchive;
|
||||
use Exception;
|
||||
use Illuminate\Support\Collection;
|
||||
use Log;
|
||||
|
||||
class Download
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue