Completed
Push — fix/check-queue-status-before-... ( bc8184...0d46e6 )
by
unknown
06:46
created
packages/sync/src/modules/Full_Sync.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
 	 *
205 205
 	 * @param array  $configs Full sync configuration for all sync modules.
206 206
 	 * @param array  $enqueue_status Current status of the queue, indexed by sync modules.
207
-	 * @param Object $full_sync_queue The full sync queue.
207
+	 * @param Queue $full_sync_queue The full sync queue.
208 208
 	 */
209 209
 	private function continue_enqueuing_with_lock( $configs, $enqueue_status, $full_sync_queue ) {
210 210
 		if ( ! $configs ) {
@@ -567,7 +567,7 @@  discard block
 block discarded – undo
567 567
 	 * @access private
568 568
 	 *
569 569
 	 * @param string $name    Name of the option.
570
-	 * @param mixed  $default Default value of the option.
570
+	 * @param integer  $default Default value of the option.
571 571
 	 * @return mixed Option value.
572 572
 	 */
573 573
 	private function get_status_option( $name, $default = null ) {
Please login to merge, or discard this patch.