| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | final class CollisionServiceProvider extends ServiceProvider |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param Container $container |
||
| 17 | * |
||
| 18 | * @psalm-suppress InaccessibleMethod |
||
| 19 | * |
||
| 20 | * @throws \Yiisoft\Factory\Exceptions\InvalidConfigException |
||
| 21 | */ |
||
| 22 | public function register(Container $container): void |
||
| 28 | } |
||
| 29 | } |