build: Remove unneeded phan suppression

Bug: T290624
Change-Id: Ie0209c72863aae8ac020a09e625f0c4613decca5
This commit is contained in:
Umherirrender 2022-02-11 20:57:34 +01:00
parent a104e97882
commit f21d2a5088

View file

@ -176,7 +176,6 @@ 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 = '';