| Total Complexity | 4 | 
| Total Lines | 27 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 18 | final class LoggerInjector implements InjectorInterface | ||
| 19 | { | ||
| 20 | public function __construct( | ||
| 21 | #[Proxy] | ||
| 22 | private readonly LogsInterface $factory | ||
| 23 |     ) { | ||
| 24 | } | ||
| 25 | |||
| 26 | public function createInjection( | ||
| 34 | } | ||
| 35 | |||
| 36 | /** | ||
| 37 | * @return non-empty-string|null | ||
| 38 | */ | ||
| 39 | private function extractChannelAttribute(\ReflectionParameter $parameter): ?string | ||
| 47 |