Completed
Push — add/privacy-checks ( 265fea...7e4669 )
by
unknown
30:38 queued 19:25
created
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.