@@ -204,7 +204,7 @@ discard block |
||
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 |
||
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 ) { |