adjust property type declaration

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2021-06-03 21:07:59 +02:00
parent 2701c3e7dc
commit 8ec640d14a
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ use OCP\IUser;
class Account implements IAccount {
use TAccountsHelper;
/** @var IAccountProperty[] */
/** @var IAccountPropertyCollection[]|IAccountProperty[] */
private $properties = [];
/** @var IUser */