xref: /dokuwiki/inc/Parsing/ParserMode/Plugin.php (revision a7b2005af9c5943ba9bb7b178697e7b36de9200f)
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