From 8ec640d14ac6dec7c6f52ac8bca997615931478b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 3 Jun 2021 21:07:59 +0200 Subject: [PATCH] adjust property type declaration Signed-off-by: Arthur Schiwon --- lib/private/Accounts/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Accounts/Account.php b/lib/private/Accounts/Account.php index dd07a930a8..5f063d5dc5 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 */