Browse Source

fix(INavigationManager): Fix psalm alias not set in the right place

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/45455/head
provokateurin 1 year ago
parent
commit
8965b70228
Failed to extract signature
  1. 6
      lib/public/INavigationManager.php

6
lib/public/INavigationManager.php

@ -10,13 +10,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 {
/**

Loading…
Cancel
Save