| Total Complexity | 4 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 85.71% |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 10 | class ComponentSetup implements ComponentSetupInterface |
||
| 11 | { |
||
| 12 | 2 | public function __construct( |
|
| 13 | private PrivateMessageRepositoryInterface $privateMessageRepository, |
||
| 14 | private ComponentRegistrationInterface $componentRegistration, |
||
| 15 | private ComponentLoaderInterface $componentLoader |
||
| 16 | 2 | ) {} |
|
| 17 | |||
| 18 | 184 | public function setup(GameControllerInterface $game): void |
|
| 26 | } |
||
| 27 | } |
||
| 28 |