Completed
Push — recommendation_api_cache ( 7da34d...88ceea )
by
unknown
14:54
created
mod/missions/api/v0/api.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -180,6 +180,9 @@
 block discarded – undo
180 180
   return $where_sql;
181 181
 }
182 182
 
183
+/**
184
+ * @param boolean $type
185
+ */
183 186
 function mm_api_export_count($type, $subtype = false, $guid = null,
184 187
 $since = null, $before = null, $limit = null, $resume = null, $sort = false,
185 188
 $omit = null) {
Please login to merge, or discard this patch.