@@ -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 ) { |