Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
9 | final class AssociationValueGeneratorExecutor implements ValueGenerationExecutor |
||
10 | { |
||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | 77 | public function execute(EntityManagerInterface $entityManager, object $entity) : array |
|
15 | { |
||
16 | // value set by inverse side |
||
17 | 77 | return []; |
|
18 | } |
||
19 | |||
20 | 77 | public function isDeferred() : bool |
|
23 | } |
||
24 | } |
||
25 |