| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | readonly class Client |
||
| 22 | { |
||
| 23 | public Address $address; |
||
| 24 | public Counterparty $counterparty; |
||
| 25 | public ContactPerson $contactPerson; |
||
| 26 | public Common $common; |
||
| 27 | public InternetDocument $internetDocument; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param string $apiKey |
||
| 31 | 2 | */ |
|
| 32 | public function __construct(string $apiKey) |
||
| 42 |