Merge "Add phan-taint-check-plugin"

This commit is contained in:
jenkins-bot 2018-08-20 02:58:17 +00:00 committed by Gerrit Code Review
commit 19933c59e3
2 changed files with 4 additions and 0 deletions

View file

@ -20,5 +20,8 @@
"phpcs -p -s",
"minus-x check ."
]
},
"extra": {
"phan-taint-check-plugin": "1.3.0"
}
}

View file

@ -195,6 +195,7 @@ class TemplateStylesHooks {
* @param Parser $parser
* @param PPFrame $frame
* @return string HTML
* @suppress SecurityCheck-XSS
*/
public static function handleTag( $text, $params, $parser, $frame ) {
global $wgContLang;