@@ -149,7 +149,7 @@ |
||
| 149 | 149 | * |
| 150 | 150 | * @access public |
| 151 | 151 | * |
| 152 | - * @return int|null |
|
| 152 | + * @return null|double |
|
| 153 | 153 | */ |
| 154 | 154 | public function get_sync_progress_percentage() { |
| 155 | 155 | if ( ! $this->is_started() || $this->is_finished() ) { |
@@ -411,7 +411,7 @@ discard block |
||
| 411 | 411 | * |
| 412 | 412 | * @access public |
| 413 | 413 | * |
| 414 | - * @return int|null |
|
| 414 | + * @return null|double |
|
| 415 | 415 | */ |
| 416 | 416 | public function get_sync_progress_percentage() { |
| 417 | 417 | if ( ! $this->is_started() || $this->is_finished() ) { |
@@ -625,7 +625,7 @@ discard block |
||
| 625 | 625 | * @access private |
| 626 | 626 | * |
| 627 | 627 | * @param string $name Name of the option. |
| 628 | - * @param mixed $default Default value of the option. |
|
| 628 | + * @param integer $default Default value of the option. |
|
| 629 | 629 | * @return mixed Option value. |
| 630 | 630 | */ |
| 631 | 631 | private function get_status_option( $name, $default = null ) { |
@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | * |
| 46 | 46 | * @param Array $allowed_post_types Allowed post types. |
| 47 | 47 | * |
| 48 | - * @return array |
|
| 48 | + * @return string[] |
|
| 49 | 49 | */ |
| 50 | 50 | public function allow_bbpress_post_types( $allowed_post_types ) { |
| 51 | 51 | $allowed_post_types[] = 'forum'; |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | * |
| 60 | 60 | * @param Array $allowed_meta_keys Allowed meta keys. |
| 61 | 61 | * |
| 62 | - * @return array |
|
| 62 | + * @return string[] |
|
| 63 | 63 | */ |
| 64 | 64 | public function allow_bbpress_public_metadata( $allowed_meta_keys ) { |
| 65 | 65 | $allowed_meta_keys[] = '_bbp_forum_id'; |