Completed
Push — master ( 7229c3...6e7f58 )
by Stanislav
02:20
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/Helpers/TorrentListUtils.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.