Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class Update |
||
13 | { |
||
14 | private ResponseFactory $responseFactory; |
||
15 | |||
16 | 2 | public function __construct(ResponseFactory $responseFactory) |
|
17 | { |
||
18 | 2 | $this->responseFactory = $responseFactory; |
|
19 | 2 | } |
|
20 | |||
21 | 1 | public function __invoke(UpdateRequest $request, User $user): Response |
|
28 | } |
||
29 | } |
||
30 |