@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | * @access public |
138 | 138 | * |
139 | 139 | * @param array $config Full sync configuration for this sync module. |
140 | - * @return array Number of items yet to be enqueued. |
|
140 | + * @return integer Number of items yet to be enqueued. |
|
141 | 141 | */ |
142 | 142 | public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable |
143 | 143 | return 1; |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | * |
149 | 149 | * @access public |
150 | 150 | * |
151 | - * @return array Full sync actions of this module. |
|
151 | + * @return string[] Full sync actions of this module. |
|
152 | 152 | */ |
153 | 153 | public function get_full_sync_actions() { |
154 | 154 | return array( 'jetpack_full_sync_constants' ); |