Completed
Push — fix/backoff-on-server-error ( eb8a93 )
by
unknown
62:20 queued 49:55
created
sync/class.jetpack-sync-sender.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
 		return (double) get_option( self::NEXT_SYNC_TIME_OPTION_NAME, 0 );
50 50
 	}
51 51
 
52
+	/**
53
+	 * @param integer $time
54
+	 */
52 55
 	public function set_next_sync_time( $time ) {
53 56
 		return update_option( self::NEXT_SYNC_TIME_OPTION_NAME, $time, true );
54 57
 	}
Please login to merge, or discard this patch.