diff options
Diffstat (limited to 'inc/Menu/MenuInterface.php')
-rw-r--r-- | inc/Menu/MenuInterface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/Menu/MenuInterface.php b/inc/Menu/MenuInterface.php index 91dde9db6..52e06a256 100644 --- a/inc/Menu/MenuInterface.php +++ b/inc/Menu/MenuInterface.php @@ -9,8 +9,8 @@ use dokuwiki\Menu\Item\AbstractItem; * * Defines what a Menu provides */ -Interface MenuInterface { - +interface MenuInterface +{ /** * Get the list of action items in this menu * |