Total Complexity | 6 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Coverage | 56.25% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class PrimeBundle extends Bundle |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritDoc} |
||
21 | */ |
||
22 | 8 | public function boot() |
|
27 | 8 | }); |
|
28 | } |
||
29 | 8 | } |
|
30 | |||
31 | /** |
||
32 | * {@inheritDoc} |
||
33 | */ |
||
34 | 7 | public function build(ContainerBuilder $container) |
|
35 | { |
||
36 | 7 | $container->addCompilerPass(new PrimeConnectionFactoryPass()); |
|
37 | 7 | $container->addCompilerPass(new IgnorePrimeAnnotationsPass()); |
|
38 | 7 | } |
|
39 | |||
40 | /** |
||
41 | * {@inheritDoc} |
||
42 | */ |
||
43 | public function shutdown() |
||
58 | } |
||
59 | } |
||
61 |