| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php declare(strict_types = 1); |
||
| 23 | 19 | protected function createConfigurators(): array |
|
| 24 | { |
||
| 25 | return [ |
||
| 26 | 19 | new AsynchronousCommandProducerConfigurator($this->containerBuilder), |
|
| 27 | 19 | new AsynchronousEventProducerConfigurator($this->containerBuilder), |
|
| 28 | 19 | new AsynchronousQueryProducerConfigurator($this->containerBuilder), |
|
| 29 | ]; |
||
| 30 | } |
||
| 31 | } |
||
| 32 |