@@ -162,6 +162,9 @@ |
||
| 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 = []; |
@@ -43,7 +43,7 @@ |
||
| 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 | } |