Completed
Push — add/sync-partial-sync-checksum... ( bd259b )
by
unknown
12:31 queued 04:22
created
packages/sync/src/replicastore/class-table-checksum.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -95,6 +95,11 @@
 block discarded – undo
95 95
 	}
96 96
 
97 97
 	// TODO make sure the function is described as DOESN'T DO VALIDATION
98
+
99
+	/**
100
+	 * @param string $checksum_fields
101
+	 * @param boolean $filter_field
102
+	 */
98 103
 	public function build_checksum_query( $table, $key_fields, $checksum_fields, $range_field, $range_from, $range_to, $filter_field, $filter_values, $salt, $granular_result ) {
99 104
 		global $wpdb;
100 105
 
Please login to merge, or discard this patch.