Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(INavigationManager): Fix psalm alias not set in the right place
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Jun 4, 2024
commit 43b0f1ceeb2e87ea426bd923770d287b15d19fd0
6 changes: 2 additions & 4 deletions lib/public/INavigationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@

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 {
/**
Expand Down