| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class RelatedParty |
||
| 8 | { |
||
| 9 | private RelatedPartyTypeInterface $relatedPartyDetails; |
||
| 10 | |||
| 11 | private ?Account $account; |
||
| 12 | |||
| 13 | public function __construct(RelatedPartyTypeInterface $relatedPartyDetails, ?Account $account) |
||
| 17 | } |
||
| 18 | |||
| 19 | 23 | public function getRelatedPartyType(): RelatedPartyTypeInterface |
|
| 22 | 23 | } |
|
| 23 | 23 | ||
| 24 | public function getAccount(): ?Account |
||
| 29 |