declare field
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
b62b82c2de
commit
11faa6da21
|
@ -31,6 +31,9 @@ namespace OC\Group;
|
|||
use OCP\IGroup;
|
||||
|
||||
class Group implements IGroup {
|
||||
/** @var null|string */
|
||||
protected $displayName;
|
||||
|
||||
/**
|
||||
* @var string $id
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue