Total Complexity | 6 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
20 | class AdminContextBuilder 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 |
||
49 |