Completed
Push — fix/sync-phpcs-actions ( ec2823...07e185 )
by
unknown
06:45
created
packages/sync/src/Server.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 	 *
65 65
 	 * @access public
66 66
 	 *
67
-	 * @param Automattic\Jetpack\Sync\Codec_Interface $codec Codec instance.
67
+	 * @param Codec_Interface $codec Codec instance.
68 68
 	 */
69 69
 	public function set_codec( Codec_Interface $codec ) {
70 70
 		$this->codec = $codec;
Please login to merge, or discard this patch.
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.