| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | readonly class CookieResolver implements Resolver |
||
| 23 | { |
||
| 24 | public function __construct( |
||
| 25 | protected string $parameterName, |
||
| 26 | protected Request $httpRequest, |
||
| 27 | protected Response $httpResponse, |
||
| 28 | ) {} |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param string[] $allowed |
||
| 32 | */ |
||
| 33 | #[\Override] |
||
| 37 | } |
||
| 38 | |||
| 39 | public function set(string $lang): bool |
||
| 50 | } |
||
| 51 | } |
||
| 53 |