@@ -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 = []; |
@@ -7,6 +7,9 @@ |
||
| 7 | 7 | |
| 8 | 8 | class TorrentListUtils |
| 9 | 9 | { |
| 10 | + /** |
|
| 11 | + * @param integer $fieldKey |
|
| 12 | + */ |
|
| 10 | 13 | public static function sumArrayField(array $rows, $fieldKey) |
| 11 | 14 | { |
| 12 | 15 | $sum = 0; |