Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 6 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class UserPackage implements RegistrationInterface, EntityRegistrationInterface, CommandRegistrationInterface |
||
16 | { |
||
17 | /** |
||
18 | * @param Container $c |
||
19 | */ |
||
20 | 3 | public function addToContainer(Container $c): void |
|
31 | } |
||
32 | |||
33 | /** |
||
34 | * @return string |
||
35 | */ |
||
36 | 1 | public function getEntityPath(): string |
|
39 | } |
||
40 | |||
41 | /** |
||
42 | * @param Container $container |
||
43 | * @return array |
||
44 | */ |
||
45 | 1 | public function registerConsoleCommands(Container $container): array |
|
53 |