Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | final class ProductCreatedAtPropertyBuilder extends AbstractBuilder |
||
20 | { |
||
21 | /** |
||
22 | * @var string |
||
23 | */ |
||
24 | private $createdAtProperty; |
||
25 | |||
26 | /** |
||
27 | * @param string $createdAtProperty |
||
28 | */ |
||
29 | public function __construct(string $createdAtProperty) |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | public function consumeEvent(TransformEvent $event): void |
||
48 |