Test Setup Failed
Push — master ( 6c9e70...259561 )
by Phan
03:40
created
app/Http/Controllers/API/SongController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      * @param null|int  $bitRate   The target bit rate to transcode, defaults to OUTPUT_BIT_RATE.
29 29
      *                             Only taken into account if $transcode is truthy.
30 30
      *
31
-     * @return RedirectResponse|Redirector
31
+     * @return RedirectResponse|null
32 32
      */
33 33
     public function play(Request $request, Song $song, $transcode = null, $bitRate = null)
34 34
     {
Please login to merge, or discard this patch.