Completed
Push — branch-7.9 ( 09f079...e17f2f )
by Jeremy
22:45 queued 15:15
created
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.