Completed
Push — add/tracks ( 83fe2c...85e985 )
by
unknown
102:55 queued 93:40
created
sync/class.jetpack-sync-module-full-sync.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -227,6 +227,9 @@  discard block
 block discarded – undo
227 227
 		$listener->get_full_sync_queue()->reset();
228 228
 	}
229 229
 
230
+	/**
231
+	 * @param integer $default
232
+	 */
230 233
 	private function get_status_option( $option, $default = null ) {
231 234
 		$prefix = self::STATUS_OPTION_PREFIX;
232 235
 
@@ -258,6 +261,9 @@  discard block
 block discarded – undo
258 261
 		$this->queue_items_added( 1 );
259 262
 	}
260 263
 
264
+	/**
265
+	 * @param integer $item_count
266
+	 */
261 267
 	public function queue_items_added( $item_count ) {
262 268
 		$this->items_added_since_last_pause += $item_count;
263 269
 
Please login to merge, or discard this patch.