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