Completed
Push — fix/sync-phpcs-actions ( ec2823 )
by
unknown
06:23
created
packages/sync/src/Actions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -487,7 +487,7 @@  discard block
 block discarded – undo
487 487
 	 * @static
488 488
 	 *
489 489
 	 * @param array $sync_modules The list of sync modules declared prior to this filer.
490
-	 * @return array A list of sync modules that now includes Woo's modules.
490
+	 * @return string[] A list of sync modules that now includes Woo's modules.
491 491
 	 */
492 492
 	public static function add_woocommerce_sync_module( $sync_modules ) {
493 493
 		$sync_modules[] = 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce';
@@ -514,7 +514,7 @@  discard block
 block discarded – undo
514 514
 	 * @static
515 515
 	 *
516 516
 	 * @param array $sync_modules The list of sync modules declared prior to this filer.
517
-	 * @return array A list of sync modules that now includes WP Super Cache's modules.
517
+	 * @return string[] A list of sync modules that now includes WP Super Cache's modules.
518 518
 	 */
519 519
 	public static function add_wp_super_cache_sync_module( $sync_modules ) {
520 520
 		$sync_modules[] = 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache';
Please login to merge, or discard this patch.