@@ -142,7 +142,7 @@ discard block |
||
| 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 |
||
| 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' ); |