| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class HttpHeader extends AbstractRule |
||
| 11 | { |
||
| 12 | public const HEADER_KEY = 'doorkeeper'; |
||
| 13 | |||
| 14 | private Identification\HttpHeader $header; |
||
| 15 | |||
| 16 | public function __construct(string $headerValue) |
||
| 19 | } |
||
| 20 | |||
| 21 | public function getValue() |
||
| 24 | } |
||
| 25 | |||
| 26 | protected function childCanBeSatisfied(RequestorInterface $requestor = null): bool |
||
| 31 |