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