Browse Source

adjust property type declaration

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v22.0.0beta4
Arthur Schiwon 3 years ago
parent
commit
8ec640d14a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/private/Accounts/Account.php

+ 1
- 1
lib/private/Accounts/Account.php View File

@@ -37,7 +37,7 @@ use OCP\IUser;
class Account implements IAccount {
use TAccountsHelper;

/** @var IAccountProperty[] */
/** @var IAccountPropertyCollection[]|IAccountProperty[] */
private $properties = [];

/** @var IUser */

Loading…
Cancel
Save