mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-14 19:31:38 +00:00
Merge "Add phan-taint-check-plugin"
This commit is contained in:
commit
19933c59e3
|
@ -20,5 +20,8 @@
|
|||
"phpcs -p -s",
|
||||
"minus-x check ."
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"phan-taint-check-plugin": "1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue