Completed
Push — update/full-sync ( 7cf495 )
by
unknown
06:38
created
packages/sync/src/modules/Term_Relationships.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
 	 * @access protected
143 143
 	 *
144 144
 	 * @param array $chunks                All remaining items.
145
-	 * @param int   $previous_interval_end The last item from the previous interval.
145
+	 * @param integer $offset
146 146
 	 * @return array Chunk IDs with the previous interval end.
147 147
 	 */
148 148
 	protected function get_chunks_with_preceding_end( $chunks, $offset ) {
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
 	 *
182 182
 	 * @access public
183 183
 	 *
184
-	 * @return array Full sync actions of this module.
184
+	 * @return string[] Full sync actions of this module.
185 185
 	 */
186 186
 	public function get_full_sync_actions() {
187 187
 		return array( 'jetpack_full_sync_term_relationships' );
Please login to merge, or discard this patch.