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