Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
22 | class Module implements Feature\ConfigProviderInterface, Feature\BootstrapListenerInterface |
||
23 | { |
||
24 | 1 | public function getConfig() |
|
27 | } |
||
28 | |||
29 | |||
30 | /** |
||
31 | * Listen to the bootstrap event. |
||
32 | * |
||
33 | * @param EventInterface|\Laminas\Mvc\MvcEvent $e |
||
34 | * |
||
35 | * @return void |
||
36 | * @throws \Exception |
||
37 | */ |
||
38 | 1 | public function onBootstrap(EventInterface $e) |
|
51 |