Completed
Push — sgdt-style-layout ( d4ab79...14f5ec )
by
unknown
08:01
created
mod/missions/api/v0/export.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -182,6 +182,9 @@
 block discarded – undo
182 182
       return str_replace('::version::', self::$version, self::$help);
183 183
     }
184 184
 
185
+    /**
186
+     * @param string $object_type
187
+     */
185 188
     function __construct($object_type, $subtype = false, $guid = null,
186 189
       $since = null, $before = null, $limit = null, $resume = null,
187 190
       $sort = false, $omit = null, $count = false) {
Please login to merge, or discard this patch.