mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 09:34:08 +02:00
fix scrutinizer type warning
This commit is contained in:
parent
286f1527d4
commit
c69806d900
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class SearchPlugin extends ServerPlugin {
|
|||
|
||||
try {
|
||||
$xml = $this->queryParser->parse(
|
||||
$request->getBody(),
|
||||
$request->getBodyAsString(),
|
||||
$request->getUrl(),
|
||||
$documentType
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue