Passed
Push — main ( 667bdb...7e8226 )
by Andrey
02:44
created
src/Models/MusicInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         $this->ModelSettings();
35 35
 
36 36
         /* this hack id or name */
37
-        $music = '-' . substr(strrchr('-' .$music, '-'), 1);
37
+        $music = '-'.substr(strrchr('-'.$music, '-'), 1);
38 38
 
39 39
         $response = $this->getResponse($this->url.$music);
40 40
 
Please login to merge, or discard this patch.