@@ -174,7 +174,6 @@ discard block |
||
| 174 | 174 | * @access public |
| 175 | 175 | * |
| 176 | 176 | * @param array $configs Full sync configuration for all sync modules. |
| 177 | - * @param array $enqueue_status Current status of the queue, indexed by sync modules. |
|
| 178 | 177 | */ |
| 179 | 178 | public function continue_enqueuing( $configs = null ) { |
| 180 | 179 | if ( ! $this->is_started() ) { |
@@ -622,7 +621,7 @@ discard block |
||
| 622 | 621 | * @access private |
| 623 | 622 | * |
| 624 | 623 | * @param string $name Name of the option. |
| 625 | - * @param mixed $default Default value of the option. |
|
| 624 | + * @param integer $default Default value of the option. |
|
| 626 | 625 | * @return mixed Option value. |
| 627 | 626 | */ |
| 628 | 627 | private function get_status_option( $name, $default = null ) { |