aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV/CustomPropertiesBackend.php
diff options
context:
space:
mode:
authorjld3103 <jld3103yt@gmail.com>2023-03-31 09:43:56 +0200
committerjld3103 <jld3103yt@gmail.com>2023-04-05 07:06:50 +0200
commit7e58aa1a05b01d2db0a1c32f63fd622566d38334 (patch)
tree27653ab0a95beb2c5480e26a695d9a4e964b8db7 /apps/dav/lib/DAV/CustomPropertiesBackend.php
parent746a1e9922ccbbd3756934eb3d20c03ca0ebdbe8 (diff)
downloadnextcloud-server-7e58aa1a05b01d2db0a1c32f63fd622566d38334.tar.gz
nextcloud-server-7e58aa1a05b01d2db0a1c32f63fd622566d38334.zip
Fix DAV types
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'apps/dav/lib/DAV/CustomPropertiesBackend.php')
-rw-r--r--apps/dav/lib/DAV/CustomPropertiesBackend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/DAV/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php
index 0110990a408..3bc3ba33173 100644
--- a/apps/dav/lib/DAV/CustomPropertiesBackend.php
+++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php
@@ -98,7 +98,7 @@ class CustomPropertiesBackend implements BackendInterface {
/**
* Properties set by one user, readable by all others
*
- * @var array[]
+ * @var string[]
*/
private const PUBLISHED_READ_ONLY_PROPERTIES = [
'{urn:ietf:params:xml:ns:caldav}calendar-availability',