Completed
Push — recommendation-api-updates ( 5dc1c7 )
by
unknown
21:29
created
mod/missions/api/v0/export.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -169,6 +169,9 @@
 block discarded – undo
169 169
       return str_replace('::version::', self::$version, self::$help);
170 170
     }
171 171
 
172
+    /**
173
+     * @param string $object_type
174
+     */
172 175
     function __construct($object_type, $subtype = false, $guid = null,
173 176
       $since = null, $before = null, $limit = null, $resume = null,
174 177
       $sort = false, $omit = null) {
Please login to merge, or discard this patch.