Total Complexity | 5 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class CssHolmesCorePreload extends \XoopsPreloadItem |
||
20 | { |
||
21 | // to add PSR-4 autoloader |
||
22 | |||
23 | /** |
||
24 | * @param $args |
||
25 | */ |
||
26 | public static function eventCoreIncludeCommonEnd($args) |
||
|
|||
27 | { |
||
28 | require_once __DIR__ . '/autoloader.php'; |
||
29 | } |
||
30 | |||
31 | public static function eventCoreHeaderAddmeta() |
||
41 | } |
||
42 | } |
||
44 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.