Completed
Push — branch-4.5 ( d7a41c...e20b28 )
by
unknown
51:41 queued 44:07
created
sync/class.jetpack-sync-actions.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -298,6 +298,9 @@  discard block
 block discarded – undo
298 298
 		return $sync_modules;
299 299
 	}
300 300
 
301
+	/**
302
+	 * @return string
303
+	 */
301 304
 	static function sanitize_filtered_sync_cron_schedule( $schedule ) {
302 305
 		$schedule = sanitize_key( $schedule );
303 306
 		$schedules = wp_get_schedules();
@@ -333,6 +336,9 @@  discard block
 block discarded – undo
333 336
 		) );
334 337
 	}
335 338
 
339
+	/**
340
+	 * @param string $hook
341
+	 */
336 342
 	static function maybe_schedule_sync_cron( $schedule, $hook ) {
337 343
 		if ( ! $hook ) {
338 344
 			return;
Please login to merge, or discard this patch.