| Total Complexity | 5 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | final class ExtractorLoggableContextCollectionFactory implements LoggableContextCollectionFactoryInterface |
||
| 9 | { |
||
| 10 | public function __construct(private readonly LoggableExtractorInterface $extractor, private readonly ?\Locastic\Loggastic\Metadata\LoggableContext\Factory\LoggableContextCollectionFactoryInterface $decorated = null) |
||
| 11 | { |
||
| 12 | } |
||
| 13 | |||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | public function create(): LoggableContextCollection |
||
| 31 | } |
||
| 32 | } |
||
| 33 |