aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Parsing/ParserMode/Plugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Parsing/ParserMode/Plugin.php')
-rw-r--r--inc/Parsing/ParserMode/Plugin.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/Parsing/ParserMode/Plugin.php b/inc/Parsing/ParserMode/Plugin.php
index c885c6037..581a854d1 100644
--- a/inc/Parsing/ParserMode/Plugin.php
+++ b/inc/Parsing/ParserMode/Plugin.php
@@ -5,4 +5,6 @@ namespace dokuwiki\Parsing\ParserMode;
/**
* @fixme do we need this anymore or could the syntax plugin inherit directly from abstract mode?
*/
-abstract class Plugin extends AbstractMode {}
+abstract class Plugin extends AbstractMode
+{
+}