build: Bump phan to 0.10.2, remove taint-check

Change-Id: I1aa44049c3269096d925f41d7d70c6019eb4699a
isekai
Umherirrender 5 years ago
parent e6a2bea03a
commit 7e11aa60ea

@ -1,7 +1,7 @@
{
"require-dev": {
"mediawiki/mediawiki-codesniffer": "31.0.0",
"mediawiki/mediawiki-phan-config": "0.9.1",
"mediawiki/mediawiki-phan-config": "0.10.2",
"mediawiki/minus-x": "1.0.0",
"php-parallel-lint/php-console-highlighter": "0.4.0",
"php-parallel-lint/php-parallel-lint": "1.0.0"
@ -16,8 +16,5 @@
"phpcs -p -s",
"minus-x check ."
]
},
"extra": {
"phan-taint-check-plugin": "2.0.1"
}
}

@ -466,6 +466,7 @@ class TimelessTemplate extends BaseTemplate {
}
// Numeric strings gets an integer when set as key, cast back - T73639
$name = (string)$name;
// @phan-suppress-next-line SecurityCheck-DoubleEscaped
$html .= $this->getPortlet( $name, $content['content'] );
}

Loading…
Cancel
Save