| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 37 | 13 | public function build(ContainerBuilder $container) |
|
| 38 | { |
||
| 39 | $container |
||
| 40 | 13 | ->addCompilerPass(new ConfigureSenderCompilerPass()) |
|
| 41 | 13 | ->addCompilerPass(new RegisterSwiftmailerConfiguratorCompilerPass()) |
|
| 42 | 13 | ->addCompilerPass(new RegisterMobileAdapterCompilerPass()) |
|
| 43 | ; |
||
| 44 | 13 | } |
|
| 45 | } |
||
| 46 |