Completed
Push — renovate/react-redux-7.x ( c8de95...28d7cf )
by
unknown
84:47 queued 76:16
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
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
 	/**
222 222
 	 * Filter and replace HTML element.
223 223
 	 *
224
-	 * @param array $matches Array of matches.
224
+	 * @param string[] $matches Array of matches.
225 225
 	 */
226 226
 	private static function dispatch( $matches ) {
227 227
 		$html  = preg_replace( '%&#0*58;//%', '://', $matches[0] );
Please login to merge, or discard this patch.