fix scrutinizer type warning

This commit is contained in:
Robin Appelman 2020-02-06 14:56:26 +01:00
commit c69806d900

View file

@ -108,7 +108,7 @@ class SearchPlugin extends ServerPlugin {
try { try {
$xml = $this->queryParser->parse( $xml = $this->queryParser->parse(
$request->getBody(), $request->getBodyAsString(),
$request->getUrl(), $request->getUrl(),
$documentType $documentType
); );