Completed
Push — master ( 5de613...7fed73 )
by Stanislav
05:37 queued 02:33
created
src/Command/StatsGet.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -162,6 +162,9 @@
 block discarded – undo
162 162
         return $command->run($removeInput, $output);
163 163
     }
164 164
 
165
+    /**
166
+     * @param integer $limit
167
+     */
165 168
     private function buildTableData(array $torrentList, $sort, $limit)
166 169
     {
167 170
         $rows = [];
Please login to merge, or discard this patch.
src/Command/StatsSend.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
             $obsoleteList = TorrentListUtils::getObsoleteTorrents($torrentList);
44 44
             if (!empty($obsoleteList)) {
45 45
                 $output->writeln('<comment>Found obsolete torrents, '
46
-                                 . 'remove it using transmission-cli torrent-remove-duplicates</comment>');
46
+                                    . 'remove it using transmission-cli torrent-remove-duplicates</comment>');
47 47
                 TorrentListUtils::printTorrentsTable($obsoleteList, $output);
48 48
                 return 1;
49 49
             }
Please login to merge, or discard this patch.