@@ -374,7 +374,7 @@ |
||
374 | 374 | /** |
375 | 375 | * Close the buffer. |
376 | 376 | * |
377 | - * @param Automattic\Jetpack\Sync\Queue_Buffer $buffer Queue_Buffer object. |
|
377 | + * @param Queue_Buffer $buffer Queue_Buffer object. |
|
378 | 378 | * @param null|array $ids_to_remove Ids to remove from the queue. |
379 | 379 | * |
380 | 380 | * @return bool|\WP_Error |
@@ -231,7 +231,7 @@ |
||
231 | 231 | /** |
232 | 232 | * Filter and replace HTML element. |
233 | 233 | * |
234 | - * @param array $matches Array of matches. |
|
234 | + * @param string[] $matches Array of matches. |
|
235 | 235 | * @param string $orig_html Original html. Returned if no results are found via $matches processing. |
236 | 236 | */ |
237 | 237 | private static function dispatch( $matches, $orig_html = null ) { |