| Total Complexity | 1 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class LogExchange extends AbstractWithLocator implements ExchangeInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param \Xervice\RabbitMQ\Core\ExchangeProviderInterface $exchangeProvider |
||
| 18 | * |
||
| 19 | * @throws \Core\Locator\Dynamic\ServiceNotParseable |
||
| 20 | */ |
||
| 21 | 1 | public function declareExchange(ExchangeProviderInterface $exchangeProvider) |
|
| 27 | } |