| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | class GetEditUserController extends AbstractController |
||
| 23 | { |
||
| 24 | private DoctrineUserFinder $finder; |
||
| 25 | |||
| 26 | public function __construct(DoctrineUserFinder $finder) |
||
| 27 | { |
||
| 28 | $this->finder = $finder; |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @throws NonUniqueResultException |
||
| 33 | */ |
||
| 34 | public function __invoke(string $uuid): Response |
||
| 44 | ]); |
||
| 45 | } |
||
| 47 |