mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Suppress SecurityCheck-DoubleEscaped in DiscussionParser
For now, to get phan/CI to pass again. Change-Id: Ie69da3fd2b2b5463e9d22f0d77d10ddf6dfb3c72
This commit is contained in:
parent
c3eb2f9fa7
commit
2cfe757af4
|
@ -176,6 +176,7 @@ abstract class EchoDiscussionParser {
|
|||
* @param array[] $interpretation Results of {@see getChangeInterpretationForRevision}
|
||||
* @param Title|null $title
|
||||
* @return string[] Array containing section title and text
|
||||
* @suppress SecurityCheck-DoubleEscaped
|
||||
*/
|
||||
public static function detectSectionTitleAndText( array $interpretation, Title $title = null ) {
|
||||
$header = $snippet = '';
|
||||
|
|
Loading…
Reference in a new issue