Completed
Push — gcconnex ( 9e08b4...b42694 )
by Ilia
20:32
created
mod/missions/api/v0/export.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
     private $before = null;
14 14
     private $limit = null;
15 15
 
16
+    /**
17
+     * @param string $object_type
18
+     */
16 19
     function __construct($object_type, $subtype = false, $guid = null,
17 20
       $since = null, $before = null, $limit = null, $resume = null,
18 21
       $sort = false) {
Please login to merge, or discard this patch.