@@ -131,7 +131,7 @@ discard block |
||
| 131 | 131 | * @access public |
| 132 | 132 | * |
| 133 | 133 | * @param array $config Full sync configuration for this sync module. |
| 134 | - * @return array Number of items yet to be enqueued. |
|
| 134 | + * @return null|integer Number of items yet to be enqueued. |
|
| 135 | 135 | */ |
| 136 | 136 | public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable |
| 137 | 137 | if ( ! is_multisite() ) { |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | * |
| 147 | 147 | * @access public |
| 148 | 148 | * |
| 149 | - * @return array Full sync actions of this module. |
|
| 149 | + * @return string[] Full sync actions of this module. |
|
| 150 | 150 | */ |
| 151 | 151 | public function get_full_sync_actions() { |
| 152 | 152 | return array( 'jetpack_full_sync_network_options' ); |