summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Files
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-07-05 23:18:41 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-07-08 12:35:50 +0200
commitf98cb9efa042b2041ad5d7dff885b036d37e921b (patch)
treed3bf918c58d7c4bbe3df818afec7cb4656dab237 /apps/dav/lib/Files
parent31ea10b04e5a8e52dce82f477a38bda062d70c62 (diff)
downloadnextcloud-server-f98cb9efa042b2041ad5d7dff885b036d37e921b.tar.gz
nextcloud-server-f98cb9efa042b2041ad5d7dff885b036d37e921b.zip
Fix type hinting
Diffstat (limited to 'apps/dav/lib/Files')
-rw-r--r--apps/dav/lib/Files/CustomPropertiesBackend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Files/CustomPropertiesBackend.php b/apps/dav/lib/Files/CustomPropertiesBackend.php
index aa541f88dad..41c596b9612 100644
--- a/apps/dav/lib/Files/CustomPropertiesBackend.php
+++ b/apps/dav/lib/Files/CustomPropertiesBackend.php
@@ -58,7 +58,7 @@ class CustomPropertiesBackend implements BackendInterface {
private $connection;
/**
- * @var IUser
+ * @var string
*/
private $user;