declare field

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2016-12-22 18:53:29 +01:00
parent b62b82c2de
commit 11faa6da21
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ namespace OC\Group;
use OCP\IGroup;
class Group implements IGroup {
/** @var null|string */
protected $displayName;
/**
* @var string $id
*/