| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class EnvelopeDocumentAssignmentsEndpoint extends ResourceEndpoint |
||
| 14 | { |
||
| 15 | public function __construct(EnvelopeDocumentsEndpoint $parent) |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return array<string, array<string, string>> |
||
| 22 | */ |
||
| 23 | public function get(): array |
||
| 27 | ); |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param array<string, array<string, string>> $body |
||
| 32 | */ |
||
| 33 | public function put(array $body): ResponseInterface |
||
| 38 |