| Total Complexity | 3 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 5 | ||
| 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 |
|
| 33 | 3 | } |
|
| 34 | |||
| 35 | /** |
||
| 36 | * @return string |
||
| 37 | */ |
||
| 38 | 1 | public function getEntityPath(): string |
|
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @param Container $container |
||
| 45 | * @return array |
||
| 46 | */ |
||
| 47 | 1 | public function registerConsoleCommands(Container $container): array |
|
| 55 |