Completed
Push — update/tracking-assets ( 4a4a06...f4f69e )
by
unknown
18:07 queued 09:13
created
packages/sync/src/replicastore/class-table-checksum.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
 	 *
225 225
 	 * @param string $table Table name to validate.
226 226
 	 *
227
-	 * @return mixed|string
227
+	 * @return string
228 228
 	 * @throws Exception Throw an exception on validation failure.
229 229
 	 */
230 230
 	private function validate_table_name( $table ) {
@@ -482,7 +482,7 @@  discard block
 block discarded – undo
482 482
 	 * @param int|null $range_to   The end of the range.
483 483
 	 * @param int|null $limit      How many values to return.
484 484
 	 *
485
-	 * @return array|object|void
485
+	 * @return boolean
486 486
 	 * @throws Exception Throws an exception if validation fails on the internal function calls.
487 487
 	 */
488 488
 	public function get_range_edges( $range_from = null, $range_to = null, $limit = null ) {
Please login to merge, or discard this patch.
packages/sync/src/modules/class-meta.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,8 @@
 block discarded – undo
64 64
 	 * Get a single Meta Result.
65 65
 	 *
66 66
 	 * @param string $object_type  post, comment, term, user.
67
-	 * @param null   $id           Object ID.
68
-	 * @param null   $meta_key     Meta Key.
67
+	 * @param integer   $id           Object ID.
68
+	 * @param string   $meta_key     Meta Key.
69 69
 	 *
70 70
 	 * @return mixed|null
71 71
 	 */
Please login to merge, or discard this patch.