Completed
Push — add/select-histogram-columns ( a94a20 )
by
unknown
10:07
created
sync/class.jetpack-sync-wp-replicastore.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -401,6 +401,10 @@  discard block
 block discarded – undo
401 401
 	}
402 402
 
403 403
 	// functions
404
+
405
+	/**
406
+	 * @param string $name
407
+	 */
404 408
 	public function get_callable( $name ) {
405 409
 		$value = get_option( 'jetpack_' . $name );
406 410
 
@@ -640,6 +644,9 @@  discard block
 block discarded – undo
640 644
 		return $histogram;
641 645
 	}
642 646
 
647
+	/**
648
+	 * @param string|null $id_column
649
+	 */
643 650
 	private function table_checksum( $table, $columns, $id_column, $where_sql = '1=1', $min_id = null, $max_id = null ) {
644 651
 		global $wpdb;
645 652
 
Please login to merge, or discard this patch.