more types

This commit is contained in:
Robin Appelman 2022-04-08 17:36:08 +02:00
commit d3eb42cd90
14 changed files with 32 additions and 34 deletions

View file

@ -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]
];