xref: /dokuwiki/inc/Parsing/ParserMode/Plugin.php (revision bc20e40a4ab0df5c6b605ec117b3f0a8e6c816f0)
1<?php
2
3namespace dokuwiki\Parsing\ParserMode;
4
5/**
6 * @fixme do we need this anymore or could the syntax plugin inherit directly from abstract mode?
7 */
8abstract class Plugin extends AbstractMode {}
9