mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-08-02 20:24:49 +02:00
psalm fixes
This commit is contained in:
parent
07b1776db6
commit
add1aa4e7d
3 changed files with 9 additions and 4 deletions
|
|
@ -34,7 +34,10 @@ use function Sabre\Xml\Deserializer\keyValue;
|
|||
use function Sabre\Xml\Deserializer\repeatingElements;
|
||||
|
||||
class QueryParser extends Service {
|
||||
/** @var array<string, string> */
|
||||
/**
|
||||
* @psalm-suppress NonInvariantDocblockPropertyType
|
||||
* @var array<string, string>
|
||||
*/
|
||||
public $namespaceMap = [
|
||||
'DAV:' => 'd',
|
||||
'http://sabredav.org/ns' => 's',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue