]> 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)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 3 Jun 2024 15:12:32 +0000 (15:12 +0000)
Signed-off-by: provokateurin <kate@provokateurin.de>
lib/public/INavigationManager.php

index 36f80c3293f1ea2dad0fa102212097bc81b7f1da..d1e5e674ab0befc1f73490cfd853093f4b9b1f71 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 {
        /**