| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class LoggingAuthorizationHandler |
||
| 11 | { |
||
| 12 | public const NAME = 'logging-authorization-handler'; |
||
| 13 | public const CHANNEL = 'logging-authorization-channel'; |
||
| 14 | |||
| 15 | private LoggerInterface $logger; |
||
| 16 | |||
| 17 | 1 | public function __construct(LoggerInterface $logger) |
|
| 20 | } |
||
| 21 | |||
| 22 | 1 | public function handle(MessageInterface $message): void |
|
| 29 |