Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | class UserStateProvider implements ProviderInterface |
||
26 | { |
||
27 | private UserRepositoryInterface $userRepository; |
||
28 | private RequestStack $requestStack; |
||
29 | |||
30 | public function __construct(UserRepositoryInterface $userRepository, RequestStack $requestStack) |
||
34 | } |
||
35 | |||
36 | public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null |
||
47 |