@@ -487,7 +487,7 @@ discard block |
||
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 |
||
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'; |