Completed
Push — update/blacklist-sync ( d4f86b )
by
unknown
08:03
created
packages/sync/src/modules/class-woocommerce.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
 	 *
151 151
 	 * @access public
152 152
 	 *
153
-	 * @return array Full sync actions of this module.
153
+	 * @return string[] Full sync actions of this module.
154 154
 	 */
155 155
 	public function get_full_sync_actions() {
156 156
 		return array( 'jetpack_full_sync_woocommerce_order_items' );
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
 	 * @todo Refactor the SQL query to use $wpdb->prepare().
247 247
 	 *
248 248
 	 * @param array $config Full sync configuration for this sync module.
249
-	 * @return array Number of items yet to be enqueued.
249
+	 * @return integer Number of items yet to be enqueued.
250 250
 	 */
251 251
 	public function estimate_full_sync_actions( $config ) {
252 252
 		global $wpdb;
Please login to merge, or discard this patch.