Completed
Push — branch-7.9 ( 09f079...e17f2f )
by Jeremy
22:45 queued 15:15
created
packages/sync/src/Queue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -374,7 +374,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
modules/shortcodes/class.filter-embedded-html-objects.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@
 block discarded – undo
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 ) {
Please login to merge, or discard this patch.