xref: /dokuwiki/lib/plugins/syntax.php (revision 30e2689b0b11731c75ad007e40fb8fb9ecd650b5)
1<?php
2
3use dokuwiki\Debug\DebugHelper;
4
5DebugHelper::dbgDeprecatedFunction(
6    'Autoloading',
7    1,
8    'require(' . basename(__FILE__) . ')'
9);
10