|
@@ -504,7 +504,7 @@ discard block |
|
|
block discarded – undo |
|
504
|
504
|
* @static |
|
505
|
505
|
* |
|
506
|
506
|
* @param array $sync_modules The list of sync modules declared prior to this filter. |
|
507
|
|
- * @return array A list of sync modules that now includes Woo's modules. |
|
|
507
|
+ * @return string[] A list of sync modules that now includes Woo's modules. |
|
508
|
508
|
*/ |
|
509
|
509
|
public static function add_woocommerce_sync_module( $sync_modules ) { |
|
510
|
510
|
$sync_modules[] = 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce'; |
|
@@ -531,7 +531,7 @@ discard block |
|
|
block discarded – undo |
|
531
|
531
|
* @static |
|
532
|
532
|
* |
|
533
|
533
|
* @param array $sync_modules The list of sync modules declared prior to this filer. |
|
534
|
|
- * @return array A list of sync modules that now includes WP Super Cache's modules. |
|
|
534
|
+ * @return string[] A list of sync modules that now includes WP Super Cache's modules. |
|
535
|
535
|
*/ |
|
536
|
536
|
public static function add_wp_super_cache_sync_module( $sync_modules ) { |
|
537
|
537
|
$sync_modules[] = 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache'; |
Please login to merge, or discard this patch.