Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class SecurityBootstrapper extends Bootstrapper implements ILazyBootstrapper |
||
17 | { |
||
18 | /** |
||
19 | * @inheritdoc |
||
20 | */ |
||
21 | public function getBindings(): array |
||
25 | ]; |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @param IContainer $container |
||
30 | * |
||
31 | * @throws IocException |
||
32 | */ |
||
33 | public function registerBindings(IContainer $container): void |
||
43 |