Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class MemberValidator extends AbstractValidator |
||
13 | { |
||
14 | /** |
||
15 | * @param TenantService $tenantService |
||
16 | */ |
||
17 | public function __construct(private TenantService $tenantService) |
||
19 | |||
20 | /** |
||
21 | * @param array $values |
||
22 | * |
||
23 | * @return array |
||
24 | */ |
||
25 | public function validateItem(array $values): array |
||
43 |