Completed
Push — fix/phpcs-sync-module-constant... ( 4ae1d5 )
by Marin
41:32 queued 33:30
created
packages/sync/src/modules/Constants.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 	 * @access public
138 138
 	 *
139 139
 	 * @param array $config Full sync configuration for this sync module.
140
-	 * @return array Number of items yet to be enqueued.
140
+	 * @return integer Number of items yet to be enqueued.
141 141
 	 */
142 142
 	public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
143 143
 		return 1;
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
 	 *
149 149
 	 * @access public
150 150
 	 *
151
-	 * @return array Full sync actions of this module.
151
+	 * @return string[] Full sync actions of this module.
152 152
 	 */
153 153
 	public function get_full_sync_actions() {
154 154
 		return array( 'jetpack_full_sync_constants' );
Please login to merge, or discard this patch.