Completed
Push — add/sync-partial-sync-checksum... ( 4393a8...c3d856 )
by
unknown
87:38 queued 79:06
created
packages/sync/src/replicastore/class-table-checksum.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -189,9 +189,9 @@  discard block
 block discarded – undo
189 189
 	/**
190 190
 	 * Verify provided table name is valid for checksum processing.
191 191
 	 *
192
-	 * @param $table
192
+	 * @param string $table
193 193
 	 *
194
-	 * @return mixed|string
194
+	 * @return string
195 195
 	 * @throws Exception
196 196
 	 */
197 197
 	private function validate_table_name( $table ) {
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
 	 *
383 383
 	 * @param null $range_from
384 384
 	 * @param null $range_to
385
-	 * @param null $limit
385
+	 * @param integer $limit
386 386
 	 *
387 387
 	 * @return array|object|void
388 388
 	 * @throws Exception
Please login to merge, or discard this patch.