mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
more types
This commit is contained in:
parent
721b8825d8
commit
d3eb42cd90
14 changed files with 32 additions and 34 deletions
|
|
@ -46,7 +46,7 @@ class PropDesc implements XmlSerializable {
|
|||
*/
|
||||
public $sortable;
|
||||
|
||||
public function xmlSerialize(Writer $writer) {
|
||||
public function xmlSerialize(Writer $writer): void {
|
||||
$data = [
|
||||
'{DAV:}dataType' => [$this->dataType => null]
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue