Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | class TimestampedHelper |
||
24 | { |
||
25 | use ClassMetadataTrait; |
||
26 | |||
27 | private TimestampedAnnotationReader $annotationReader; |
||
28 | |||
29 | public function __construct(ManagerRegistry $registry, TimestampedAnnotationReader $annotationReader) |
||
33 | } |
||
34 | |||
35 | public function persistTimestampedFields(object $timestamped, bool $isNew): void |
||
45 |