| Total Complexity | 1 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class QueueLogHandler extends AbstractWithLocator implements LogHandlerInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param \DataProvider\LogMessageDataProvider $messageDataProvider |
||
| 19 | * |
||
| 20 | * @throws \Core\Locator\Dynamic\ServiceNotParseable |
||
| 21 | */ |
||
| 22 | 1 | public function handleLog(LogMessageDataProvider $messageDataProvider): void |
|
| 32 | } |
||
| 33 | } |