Completed
Push — fix/phpcs-sync-module-network-... ( fcdf26 )
by Marin
92:36 queued 84:55
created
packages/sync/src/modules/Network_Options.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
 	 * @access public
132 132
 	 *
133 133
 	 * @param array $config Full sync configuration for this sync module.
134
-	 * @return array Number of items yet to be enqueued.
134
+	 * @return null|integer Number of items yet to be enqueued.
135 135
 	 */
136 136
 	public function estimate_full_sync_actions( $config ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
137 137
 		if ( ! is_multisite() ) {
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
 	 *
147 147
 	 * @access public
148 148
 	 *
149
-	 * @return array Full sync actions of this module.
149
+	 * @return string[] Full sync actions of this module.
150 150
 	 */
151 151
 	public function get_full_sync_actions() {
152 152
 		return array( 'jetpack_full_sync_network_options' );
Please login to merge, or discard this patch.