Completed
Push — master ( e9edfd...c93d1e )
by Stanislav
02:14
created
src/Helpers/TorrentListUtils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         if (isset($filters['age'])) {
46 46
             $filters['age'] = ['type' => 'numeric', 'value' => $filters['age']];
47 47
             // TODO: move to getTorrentData()
48
-            $torrentList = array_map(function ($torrent) {
48
+            $torrentList = array_map(function($torrent) {
49 49
                 $torrent['age'] = TorrentUtils::getTorrentAgeInDays($torrent);
50 50
                 return $torrent;
51 51
             }, $torrentList);
Please login to merge, or discard this patch.