X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatPhp.php;h=616b341cb83655cde3b78b006210f33e6b6bd650;hb=31f66267ae9763dcecd44c1e749fe0e91b5a3a01;hp=45bdb6d4366a15a24d18247d263c21c78c2ea690;hpb=11a8e0160034e4e0a7398f8b858b4fcff23c7ab7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatPhp.php b/includes/api/ApiFormatPhp.php index 45bdb6d436..616b341cb8 100644 --- a/includes/api/ApiFormatPhp.php +++ b/includes/api/ApiFormatPhp.php @@ -30,6 +30,9 @@ class ApiFormatPhp extends ApiFormatBase { return 'application/vnd.php.serialized'; } + /** + * @suppress SecurityCheck-XSS Output type is not text/html + */ public function execute() { $params = $this->extractRequestParams();