mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +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 {
|
try {
|
||||||
$xml = $this->queryParser->parse(
|
$xml = $this->queryParser->parse(
|
||||||
$request->getBody(),
|
$request->getBodyAsString(),
|
||||||
$request->getUrl(),
|
$request->getUrl(),
|
||||||
$documentType
|
$documentType
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue