Completed
Push — add/sync-rest-2 ( ae2fc3...dfd2b5 )
by
unknown
137:46 queued 127:52
created
sync/class.jetpack-sync-client.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -134,6 +134,9 @@  discard block
 block discarded – undo
134 134
 		$this->network_options_whitelist = $options;
135 135
 	}
136 136
 
137
+	/**
138
+	 * @param integer $size
139
+	 */
137 140
 	function set_send_buffer_size( $size ) {
138 141
 		$this->sync_queue->set_checkout_size( $size );
139 142
 	}
@@ -158,6 +161,9 @@  discard block
 block discarded – undo
158 161
 		$this->codec = $codec;
159 162
 	}
160 163
 
164
+	/**
165
+	 * @param Jetpack_Sync_Full $full_sync_client
166
+	 */
161 167
 	function set_full_sync_client( $full_sync_client ) {
162 168
 		if ( $this->full_sync_client ) {
163 169
 			remove_action( 'jetpack_sync_full', array( $this->full_sync_client, 'start' ) );
@@ -260,6 +266,9 @@  discard block
 block discarded – undo
260 266
 		}
261 267
 	}
262 268
 
269
+	/**
270
+	 * @param string $when
271
+	 */
263 272
 	private function schedule_sync( $when ) {
264 273
 		wp_schedule_single_event( strtotime( $when ), 'jetpack_sync_actions' );
265 274
 	}
Please login to merge, or discard this patch.