From 0a7fcde9069ff05cffe22e2ad6831d866103d12c Mon Sep 17 00:00:00 2001 From: provokateurin Date: Thu, 30 May 2024 16:59:04 +0200 Subject: fix(NavigationManager): Make entry order always an integer Signed-off-by: provokateurin --- core/ResponseDefinitions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ResponseDefinitions.php') diff --git a/core/ResponseDefinitions.php b/core/ResponseDefinitions.php index f186f52c335..af16545c267 100644 --- a/core/ResponseDefinitions.php +++ b/core/ResponseDefinitions.php @@ -26,7 +26,7 @@ namespace OCA\Core; * * @psalm-type CoreNavigationEntry = array{ * id: string, - * order: int|string, + * order: int, * href: string, * icon: string, * type: string, -- cgit v1.2.3