build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1

Change-Id: Ica0439db5ec729c3b298db99fd89dd999f491457
This commit is contained in:
James D. Forrester 2019-07-09 13:52:31 -07:00 committed by Daimona Eaytoy
parent 6a5d5fc447
commit 70a03755e8
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,6 @@
]
},
"extra": {
"phan-taint-check-plugin": "1.5.1"
"phan-taint-check-plugin": "2.0.1"
}
}

View file

@ -15,6 +15,7 @@ class AbuseFilterModifyLogFormatter extends LogFormatter {
/**
* @return array
* @suppress SecurityCheck-DoubleEscaped taint-check false positives
*/
protected function extractParameters() {
$parameters = $this->entry->getParameters();