aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-05-22 16:20:34 +0200
committerKate <26026535+provokateurin@users.noreply.github.com>2024-06-04 09:31:04 +0200
commit43b0f1ceeb2e87ea426bd923770d287b15d19fd0 (patch)
treef5ab76191fe7dcda57d261f591d74fc9a3a177c8 /lib/public
parent5ebd5626c5e326bcb05c7413f4ed6462e0bc2370 (diff)
downloadnextcloud-server-43b0f1ceeb2e87ea426bd923770d287b15d19fd0.tar.gz
nextcloud-server-43b0f1ceeb2e87ea426bd923770d287b15d19fd0.zip
fix(INavigationManager): Fix psalm alias not set in the right place
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/INavigationManager.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/public/INavigationManager.php b/lib/public/INavigationManager.php
index 36f80c3293f..d1e5e674ab0 100644
--- a/lib/public/INavigationManager.php
+++ b/lib/public/INavigationManager.php
@@ -33,12 +33,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 {
/**