]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(INavigationManager): Fix psalm alias not set in the right place
authorprovokateurin <kate@provokateurin.de>
Wed, 22 May 2024 14:20:34 +0000 (16:20 +0200)
committerprovokateurin <kate@provokateurin.de>
Thu, 30 May 2024 14:59:43 +0000 (16:59 +0200)
Signed-off-by: provokateurin <kate@provokateurin.de>
lib/public/INavigationManager.php

index 5440230e44cc308a4224d092bcb6a9d134db49b7..eaef1cb35ec57c96ea02f00eafe9443d9cf28ee1 100644 (file)
 
 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 {
        /**