Test Setup Failed
Pull Request — master (#623)
by Alejandro Carstens
04:15
created
app/Services/Musixmatch.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     }
36 36
     
37 37
     /**
38
-     * @param App\Models\Song $song
38
+     * @param Song $song
39 39
      * 
40 40
      * @return mixed|null
41 41
      */
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      * @param string $name
60 60
      * @param string $artistName
61 61
      * 
62
-     * @return mixed|false
62
+     * @return string
63 63
      */
64 64
     public function search(string $name, string $artistName = null)
65 65
     {
Please login to merge, or discard this patch.