aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Menu/AbstractMenu.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2023-08-31 22:44:40 +0200
committerAndreas Gohr <andi@splitbrain.org>2023-08-31 22:44:40 +0200
commitd4f83172d9533c4d84f450fe22ef630816b21d75 (patch)
tree0a063c3992bcf622ac84920f9c15c796e12899c3 /inc/Menu/AbstractMenu.php
parentfe15e2c063a38f65804c55e581c72b96ac36edf7 (diff)
downloaddokuwiki-d4f83172d9533c4d84f450fe22ef630816b21d75.tar.gz
dokuwiki-d4f83172d9533c4d84f450fe22ef630816b21d75.zip
code style: line breaks
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 825c8fcca..499500696 100644
--- a/inc/Menu/AbstractMenu.php
+++ b/inc/Menu/AbstractMenu.php
@@ -14,7 +14,6 @@ use dokuwiki\Menu\Item\AbstractItem;
*/
abstract class AbstractMenu implements MenuInterface
{
-
/** @var string[] list of Item classes to load */
protected $types = [];