Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class DefaultShortCodesLengthMiddleware implements MiddlewareInterface |
||
14 | { |
||
15 | private int $defaultShortCodesLength; |
||
16 | |||
17 | 3 | public function __construct(int $defaultShortCodesLength) |
|
20 | 3 | } |
|
21 | |||
22 | 3 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
32 |