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.