Completed
Push — branch-4.2 ( 7e15bb...777a13 )
by
unknown
18:47 queued 09:07
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.