document new variable
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
e1feb72583
commit
f6e7269628
|
@ -43,6 +43,9 @@ class Provider implements IProvider {
|
||||||
/** @var IUserManager */
|
/** @var IUserManager */
|
||||||
protected $userManager;
|
protected $userManager;
|
||||||
|
|
||||||
|
/** @var string[] cached displayNames - key is the UID and value the displayname */
|
||||||
|
protected $displayNames = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param IL10N $l
|
* @param IL10N $l
|
||||||
* @param IURLGenerator $url
|
* @param IURLGenerator $url
|
||||||
|
|
Loading…
Reference in New Issue