Total Complexity | 5 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | final class TimestampedContextBuilder implements SerializerContextBuilderInterface |
||
24 | { |
||
25 | private SerializerContextBuilderInterface $decorated; |
||
26 | |||
27 | public function __construct(SerializerContextBuilderInterface $decorated) |
||
30 | } |
||
31 | |||
32 | public function createFromRequest(Request $request, bool $normalization, array $extractedAttributes = null): array |
||
47 |