Completed
Push — update/sync-checkout-endpoint-... ( 80f65f...4e5e6f )
by
unknown
25:21 queued 18:41
created
json-endpoints/jetpack/class.jetpack-json-api-sync-endpoint.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -233,6 +233,10 @@
 block discarded – undo
233 233
 		);
234 234
 	}
235 235
 
236
+	/**
237
+	 * @param Queue $queue
238
+	 * @param integer $number_of_items
239
+	 */
236 240
 	protected function get_buffer( $queue, $number_of_items ) {
237 241
 		$start = time();
238 242
 		$max_duration = 5; // this will try to get the buffer
Please login to merge, or discard this patch.