Completed
Push — add/remove-all-duplicate-sync-... ( 3d3177...d418aa )
by
unknown
26:02 queued 19:08
created
class.jetpack-cli.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -389,6 +389,9 @@
 block discarded – undo
389 389
 		}
390 390
 	}
391 391
 
392
+	/**
393
+	 * @param string $option
394
+	 */
392 395
 	static function count_option( $option ) {
393 396
 		global $wpdb;
394 397
 		return (int) $wpdb->get_var(
Please login to merge, or discard this patch.