| Total Complexity | 5 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class InvalidHeaderFilter extends AbstractFilter |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @phpstan-param IncomingFilterOptions $options |
||
| 20 | */ |
||
| 21 | 20 | public function __construct( |
|
| 27 | } |
||
| 28 | |||
| 29 | 15 | public function __invoke(Envelope $envelope): bool |
|
| 45 | } |
||
| 46 | |||
| 47 | 17 | public function getSelector(): string |
|
| 50 | } |
||
| 51 | |||
| 52 | 17 | public function getValidator(): Closure |
|
| 57 |