mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 00:04:15 +00:00
Suppress new phan error
Change-Id: I7da42e0fa83228474b6b9fae9e2bd2fe4be1e835
This commit is contained in:
parent
224d9d22bf
commit
bdacb3ab91
|
@ -224,6 +224,7 @@ class ConfirmEditHooks {
|
|||
$validity = $ctx->msg( 'confirmedit-preview-invalid' )->escaped();
|
||||
$css = 'notvalid';
|
||||
}
|
||||
// @phan-suppress-next-line SecurityCheck-DoubleEscaped
|
||||
$html .= Html::openElement( 'tr' ) .
|
||||
Html::element(
|
||||
'td',
|
||||
|
|
Loading…
Reference in a new issue