| Total Complexity | 5 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class SuperAdminContextBuilder implements SerializerContextBuilderInterface |
||
| 21 | { |
||
| 22 | private SerializerContextBuilderInterface $decorated; |
||
| 23 | private AuthorizationCheckerInterface $authorizationChecker; |
||
| 24 | |||
| 25 | public function __construct(SerializerContextBuilderInterface $decorated, AuthorizationCheckerInterface $authorizationChecker) |
||
| 29 | } |
||
| 30 | |||
| 31 | public function createFromRequest(Request $request, bool $normalization, array $extractedAttributes = null): array |
||
| 44 |