| Total Complexity | 4 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | final class RenderRelations implements GeneratorInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @param Registry $registry |
||
| 23 | * @return Registry |
||
| 24 | */ |
||
| 25 | public function run(Registry $registry): Registry |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @param Registry $registry |
||
| 36 | * @param Entity $entity |
||
| 37 | */ |
||
| 38 | protected function compute(Registry $registry, Entity $entity) |
||
| 44 | } |