@@ -34,7 +34,7 @@ |
||
34 | 34 | |
35 | 35 | $torrentList = $client->getTorrentData(); |
36 | 36 | |
37 | - $torrentList = array_map(function ($torrent) { |
|
37 | + $torrentList = array_map(function($torrent) { |
|
38 | 38 | $torrent['age'] = TorrentUtils::getTorrentAgeInDays($torrent); |
39 | 39 | return $torrent; |
40 | 40 | }, $torrentList); |