| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class PropertyService |
||
| 14 | { |
||
| 15 | private UserPropertyRepository $repository; |
||
| 16 | private RequestToArrayTransformer $transformer; |
||
| 17 | private TokenStorageInterface $tokenStorage; |
||
| 18 | |||
| 19 | public function __construct( |
||
| 27 | } |
||
| 28 | |||
| 29 | public function getUserProperties(Request $request): PaginationInterface |
||
| 37 |