Completed
Push — fix/phpcs-sync-module-callable... ( 0f249b )
by Marin
24:56 queued 16:42
created
packages/sync/src/modules/Callables.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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' );
Please login to merge, or discard this patch.