Completed
Push — update/stats-codeclimate-updat... ( cdd4c7 )
by
unknown
11:31
created
sync/class.jetpack-sync-module-full-sync.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -234,6 +234,9 @@  discard block
 block discarded – undo
234 234
 		$listener->get_full_sync_queue()->reset();
235 235
 	}
236 236
 
237
+	/**
238
+	 * @param integer $default
239
+	 */
237 240
 	private function get_status_option( $option, $default = null ) {
238 241
 		$prefix = self::STATUS_OPTION_PREFIX;
239 242
 
@@ -270,6 +273,9 @@  discard block
 block discarded – undo
270 273
 		$this->queue_items_added( 1 );
271 274
 	}
272 275
 
276
+	/**
277
+	 * @param integer $item_count
278
+	 */
273 279
 	public function queue_items_added( $item_count ) {
274 280
 		// jpsq_item_added and jpsq_items_added both exec 1 db query, 
275 281
 		// so we ignore $item_count and treat it as always 1
Please login to merge, or discard this patch.