| Total Complexity | 4 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class LogBroadcast extends AbstractBroadcast |
||
| 11 | { |
||
| 12 | private LoggerInterface $logger; |
||
| 13 | |||
| 14 | 5 | public function __construct(LoggerInterface $logger) |
|
| 17 | } |
||
| 18 | |||
| 19 | 1 | public function authorize(ServerRequestInterface $request): bool |
|
| 22 | } |
||
| 23 | |||
| 24 | 4 | public function publish($topics, $messages): void |
|
| 35 |