Completed
Push — master ( d48772...8f142e )
by Phan
28:46 queued 08:57
created
app/Services/iTunesService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
             return $this->cache->remember(
28 28
                 md5("itunes_track_url_{$term}{$album}{$artist}"),
29 29
                 24 * 60 * 7,
30
-                function () use ($term, $album, $artist): ?string {
30
+                function () use ($term, $album, $artist) : ?string {
31 31
                     $params = [
32 32
                         'term' => $term.($album ? " $album" : '').($artist ? " $artist" : ''),
33 33
                         'media' => 'music',
Please login to merge, or discard this patch.