Completed
Push — fix/phpcs-sync-module-updates ( ec8d83 )
by Marin
154:49 queued 145:43
created
packages/sync/src/modules/Updates.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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' );
Please login to merge, or discard this patch.