adjust property type declaration
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
2701c3e7dc
commit
8ec640d14a
|
@ -37,7 +37,7 @@ use OCP\IUser;
|
|||
class Account implements IAccount {
|
||||
use TAccountsHelper;
|
||||
|
||||
/** @var IAccountProperty[] */
|
||||
/** @var IAccountPropertyCollection[]|IAccountProperty[] */
|
||||
private $properties = [];
|
||||
|
||||
/** @var IUser */
|
||||
|
|
Loading…
Reference in New Issue