mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Fix typing of OC\Group\MetaData::sorting
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
23e8ae15aa
commit
3ecba9fd17
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ class MetaData {
|
|||
protected $metaData = [];
|
||||
/** @var GroupManager */
|
||||
protected $groupManager;
|
||||
/** @var bool */
|
||||
protected $sorting = false;
|
||||
/** @var int */
|
||||
protected $sorting = self::SORT_NONE;
|
||||
/** @var IUserSession */
|
||||
protected $userSession;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue