Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class Show |
||
13 | { |
||
14 | private ResponseFactory $responseFactory; |
||
15 | |||
16 | 1 | public function __construct(ResponseFactory $responseFactory) |
|
17 | { |
||
18 | 1 | $this->responseFactory = $responseFactory; |
|
19 | 1 | } |
|
20 | |||
21 | 1 | public function __invoke(Guard $guard, Request $request): JsonResponse |
|
30 | ]); |
||
31 | } |
||
33 |