summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-03 21:07:59 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-03 21:07:59 +0200
commit8ec640d14ac6dec7c6f52ac8bca997615931478b (patch)
treeb558b308329e09a85a0c6543b8cd6c718ba9b147 /lib
parent2701c3e7dcfc8cd6bd8c094f8df0562d1c3f9679 (diff)
downloadnextcloud-server-8ec640d14ac6dec7c6f52ac8bca997615931478b.tar.gz
nextcloud-server-8ec640d14ac6dec7c6f52ac8bca997615931478b.zip
adjust property type declaration
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Accounts/Account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Accounts/Account.php b/lib/private/Accounts/Account.php
index dd07a930a8c..5f063d5dc5f 100644
--- a/lib/private/Accounts/Account.php
+++ b/lib/private/Accounts/Account.php
@@ -37,7 +37,7 @@ use OCP\IUser;
class Account implements IAccount {
use TAccountsHelper;
- /** @var IAccountProperty[] */
+ /** @var IAccountPropertyCollection[]|IAccountProperty[] */
private $properties = [];
/** @var IUser */