Skip to content

Commit 911ce69

Browse files
Merge pull request #63535 from nextcloud/fix/inavigationmanager/add-missing-type-values
fix(INavigationManager): Add missing type values
2 parents ed02732 + 2f75162 commit 911ce69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/public/INavigationManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
* icon?: string,
2828
* color?: string,
2929
* classes?: string,
30-
* type?: 'link'|'action'|'settings',
30+
* type?: 'link'|'action'|'settings'|'guest'|'quota',
3131
* }
3232
* @psalm-type NavigationEntryOutput = array{
3333
* id: string,
3434
* order?: int,
3535
* href: string,
3636
* icon: string,
3737
* color?: string,
38-
* type: 'link'|'action'|'settings',
38+
* type: 'link'|'action'|'settings'|'guest'|'quota',
3939
* name: string,
4040
* app?: string,
4141
* default?: bool,

0 commit comments

Comments
 (0)