dockerwiki/content/inc/Parsing/ParserMode/Plugin.php

9 lines
199 B
PHP
Raw Normal View History

2021-10-26 13:02:53 +02:00
<?php
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 {}