mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1
Change-Id: Ica0439db5ec729c3b298db99fd89dd999f491457
This commit is contained in:
parent
6a5d5fc447
commit
70a03755e8
|
@ -27,6 +27,6 @@
|
|||
]
|
||||
},
|
||||
"extra": {
|
||||
"phan-taint-check-plugin": "1.5.1"
|
||||
"phan-taint-check-plugin": "2.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@ class AbuseFilterModifyLogFormatter extends LogFormatter {
|
|||
|
||||
/**
|
||||
* @return array
|
||||
* @suppress SecurityCheck-DoubleEscaped taint-check false positives
|
||||
*/
|
||||
protected function extractParameters() {
|
||||
$parameters = $this->entry->getParameters();
|
||||
|
|
Loading…
Reference in a new issue