Apply fixes from StyleCI (#610)

This commit is contained in:
Phan An 2017-06-04 02:12:24 +01:00 committed by GitHub
parent caf13fbac0
commit 6c9e707f8b
2 changed files with 2 additions and 3 deletions

View file

@ -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
*/

View file

@ -9,7 +9,6 @@ use App\Models\Song;
use App\Models\SongZipArchive;
use Exception;
use Illuminate\Support\Collection;
use Log;
class Download
{