fix(INavigationManager): Fix psalm alias not set in the right place

Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
provokateurin 2024-05-22 16:20:34 +02:00 committed by Kate
parent 5ebd5626c5
commit 43b0f1ceeb

View file

@ -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 {
/**