| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | class HookUtility |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * Registers hooks |
||
| 32 | * |
||
| 33 | * @param string $extKey |
||
| 34 | */ |
||
| 35 | public static function registerHooks($extKey): void |
||
| 48 | } |
||
| 49 | } |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @noRector \Rector\DeadCode\Rector\ClassMethod\RemoveUnusedParameterRector |
||
| 53 | */ |
||
| 54 | private static function registerBackendHooks(string $extKey): void |
||
| 61 |