@@ -222,7 +222,7 @@ discard block |
||
| 222 | 222 | * @access public |
| 223 | 223 | * |
| 224 | 224 | * @param array $config Full sync configuration for this sync module. |
| 225 | - * @return array Number of items yet to be enqueued. |
|
| 225 | + * @return integer Number of items yet to be enqueued. |
|
| 226 | 226 | */ |
| 227 | 227 | public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable |
| 228 | 228 | return 1; |
@@ -233,7 +233,7 @@ discard block |
||
| 233 | 233 | * |
| 234 | 234 | * @access public |
| 235 | 235 | * |
| 236 | - * @return array Full sync actions of this module. |
|
| 236 | + * @return string[] Full sync actions of this module. |
|
| 237 | 237 | */ |
| 238 | 238 | public function get_full_sync_actions() { |
| 239 | 239 | return array( 'jetpack_full_sync_callables' ); |