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