Plugin.php 199 B

12345678
  1. <?php
  2. namespace dokuwiki\Parsing\ParserMode;
  3. /**
  4. * @fixme do we need this anymore or could the syntax plugin inherit directly from abstract mode?
  5. */
  6. abstract class Plugin extends AbstractMode {}