Completed
Push — fix/sync-phpcs-actions ( 94a7a8...937f41 )
by
unknown
35:40 queued 28:17
created
packages/sync/src/Actions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.