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