mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
Apply fixes from StyleCI (#690)
This commit is contained in:
parent
d949ea9e60
commit
9987443795
1 changed files with 3 additions and 3 deletions
|
@ -80,9 +80,9 @@ class PlaylistController extends Controller
|
|||
/**
|
||||
* Get a playlist's all songs.
|
||||
*
|
||||
* @param Request $request
|
||||
* @param Playlist $playlist
|
||||
|
||||
* @param Request $request
|
||||
* @param Playlist $playlist
|
||||
*
|
||||
* @return JsonResponse
|
||||
*/
|
||||
public function getSongs(Request $request, Playlist $playlist)
|
||||
|
|
Loading…
Reference in a new issue