mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix(INavigationManager): Fix psalm alias not set in the right place
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
5ebd5626c5
commit
43b0f1ceeb
1 changed files with 2 additions and 4 deletions
|
|
@ -32,13 +32,11 @@
|
|||
|
||||
namespace OCP;
|
||||
|
||||
/**
|
||||
* @psalm-type NavigationEntry = array{id: string, order: int, href: string, name: string, app?: string, icon?: string, classes?: string, type?: string}
|
||||
*/
|
||||
|
||||
/**
|
||||
* Manages the ownCloud navigation
|
||||
* @since 6.0.0
|
||||
*
|
||||
* @psalm-type NavigationEntry = array{id: string, order: int, href: string, name: string, app?: string, icon?: string, classes?: string, type?: string}
|
||||
*/
|
||||
interface INavigationManager {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue