@@ -379,7 +379,7 @@ discard block |
||
| 379 | 379 | * @access public |
| 380 | 380 | * |
| 381 | 381 | * @param array $config Full sync configuration for this sync module. |
| 382 | - * @return array Number of items yet to be enqueued. |
|
| 382 | + * @return integer Number of items yet to be enqueued. |
|
| 383 | 383 | */ |
| 384 | 384 | public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable |
| 385 | 385 | return 1; |
@@ -390,7 +390,7 @@ discard block |
||
| 390 | 390 | * |
| 391 | 391 | * @access public |
| 392 | 392 | * |
| 393 | - * @return array Full sync actions of this module. |
|
| 393 | + * @return string[] Full sync actions of this module. |
|
| 394 | 394 | */ |
| 395 | 395 | public function get_full_sync_actions() { |
| 396 | 396 | return array( 'jetpack_full_sync_updates' ); |