Total Complexity | 1 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | #[AsService, AsTagged(ContextExtractorInterface::class)] |
||
28 | final class WorkerMessageReceivedEventContextExtractor implements ContextExtractorInterface |
||
29 | { |
||
30 | use CanExtractContext; |
||
31 | |||
32 | private const MESSAGE = '[MetricsPower] [INFO] [MESSAGE: Handle received] [OPTIONS_CLASS: {options_class}] [TARGET_CLASS: {target_class}] [MESSAGE_CLASS: {message_class}]'; |
||
33 | |||
34 | public static function getType(): string |
||
39 |