Sfoglia il codice sorgente

adjust property type declaration

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v22.0.0beta4
Arthur Schiwon 3 anni fa
parent
commit
8ec640d14a
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      lib/private/Accounts/Account.php

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

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

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

/** @var IUser */

Loading…
Annulla
Salva