mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
build: Remove unneeded phan suppression
Bug: T290624 Change-Id: Ie0209c72863aae8ac020a09e625f0c4613decca5
This commit is contained in:
parent
a104e97882
commit
f21d2a5088
|
@ -176,7 +176,6 @@ abstract class EchoDiscussionParser {
|
||||||
* @param array[] $interpretation Results of {@see getChangeInterpretationForRevision}
|
* @param array[] $interpretation Results of {@see getChangeInterpretationForRevision}
|
||||||
* @param Title|null $title
|
* @param Title|null $title
|
||||||
* @return string[] Array containing section title and text
|
* @return string[] Array containing section title and text
|
||||||
* @suppress SecurityCheck-DoubleEscaped
|
|
||||||
*/
|
*/
|
||||||
public static function detectSectionTitleAndText( array $interpretation, Title $title = null ) {
|
public static function detectSectionTitleAndText( array $interpretation, Title $title = null ) {
|
||||||
$header = $snippet = '';
|
$header = $snippet = '';
|
||||||
|
|
Loading…
Reference in a new issue