diff options
-rw-r--r-- | lib/public/INavigationManager.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/public/INavigationManager.php b/lib/public/INavigationManager.php index 5440230e44c..eaef1cb35ec 100644 --- a/lib/public/INavigationManager.php +++ b/lib/public/INavigationManager.php @@ -11,12 +11,10 @@ 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 { /** |