aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Menu/AbstractMenu.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2023-08-30 17:05:28 +0200
committerAndreas Gohr <andi@splitbrain.org>2023-08-30 17:05:28 +0200
commit8c7c53b0321a3cd3116b8d3b2ad27863a38dece7 (patch)
tree7962575f2b88ded7d3252558f8791d10ce0e3df0 /inc/Menu/AbstractMenu.php
parentc1482d1c08360e6401534a1391da2b650c37d34d (diff)
downloaddokuwiki-8c7c53b0321a3cd3116b8d3b2ad27863a38dece7.tar.gz
dokuwiki-8c7c53b0321a3cd3116b8d3b2ad27863a38dece7.zip
codestyle adjustments: class declaration braces
Diffstat (limited to 'inc/Menu/AbstractMenu.php')
-rw-r--r--inc/Menu/AbstractMenu.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/Menu/AbstractMenu.php b/inc/Menu/AbstractMenu.php
index d97b584ee..825c8fcca 100644
--- a/inc/Menu/AbstractMenu.php
+++ b/inc/Menu/AbstractMenu.php
@@ -94,5 +94,4 @@ abstract class AbstractMenu implements MenuInterface
}
return $html;
}
-
}