Completed
Push — add/tracks ( ca369e...b798df )
by
unknown
266:59 queued 254:58
created
sync/class.jetpack-sync-module-full-sync.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -170,6 +170,9 @@
 block discarded – undo
170 170
 		$listener->get_full_sync_queue()->reset();
171 171
 	}
172 172
 
173
+	/**
174
+	 * @param integer $default
175
+	 */
173 176
 	private function get_status_option( $option, $default = null ) {
174 177
 		$prefix = self::STATUS_OPTION_PREFIX;
175 178
 
Please login to merge, or discard this patch.
sync/class.jetpack-sync-settings.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
 		self::set_importing( null );
61 61
 	}
62 62
 
63
+	/**
64
+	 * @param boolean|null $is_importing
65
+	 */
63 66
 	static function set_importing( $is_importing ) {
64 67
 		// set to NULL to revert to WP_IMPORTING, the standard behaviour
65 68
 		self::$is_importing = $is_importing;
Please login to merge, or discard this patch.