| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 66.67% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | abstract class ToManyAssociationMetadataBuilder extends AssociationMetadataBuilder |
||
| 11 | { |
||
| 12 | /** @var Annotation\OrderBy|null */ |
||
| 13 | protected $orderByAnnotation; |
||
| 14 | |||
| 15 | 168 | public function withIdAnnotation(?Annotation\Id $idAnnotation) : ToManyAssociationMetadataBuilder |
|
| 25 | } |
||
| 26 | |||
| 27 | 168 | public function withOrderByAnnotation(?Annotation\OrderBy $orderByAnnotation) : ToManyAssociationMetadataBuilder |
|
| 34 |