Completed
Push — master ( 84c3a4...ac84ef )
by Stanislav
02:14
created
src/Command/TorrentList.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
 
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);
Please login to merge, or discard this patch.