| Total Complexity | 5 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 26 | class YogurtCorePreload extends XoopsPreloadItem |
||
| 27 | { |
||
| 28 | // to add PSR-4 autoloader |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param $args |
||
| 32 | */ |
||
| 33 | public static function eventCoreIncludeCommonEnd($args) |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param $args |
||
| 40 | */ |
||
| 41 | public static function eventCoreEdituserStart($args) |
||
| 45 | } |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @param $args |
||
| 49 | */ |
||
| 50 | public static function eventCoreUserinfoStart($args) |
||
| 57 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.