Completed
Push — add/sync-rest-2 ( b5463d...83f13e )
by
unknown
219:15 queued 210:11
created
sync/class.jetpack-sync-client.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -198,6 +198,9 @@  discard block
 block discarded – undo
198 198
 		$this->codec = $codec;
199 199
 	}
200 200
 
201
+	/**
202
+	 * @param Jetpack_Sync_Full $full_sync_client
203
+	 */
201 204
 	function set_full_sync_client( $full_sync_client ) {
202 205
 		if ( $this->full_sync_client ) {
203 206
 			remove_action( 'jetpack_sync_full', array( $this->full_sync_client, 'start' ) );
@@ -306,6 +309,9 @@  discard block
 block discarded – undo
306 309
 	}
307 310
 
308 311
 
312
+	/**
313
+	 * @param string $when
314
+	 */
309 315
 	private function schedule_sync( $when ) {
310 316
 		wp_schedule_single_event( strtotime( $when ), 'jetpack_sync_actions' );
311 317
 	}
Please login to merge, or discard this patch.