Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | final class RecipientBlockEndpoint extends ResourceEndpoint |
||
15 | { |
||
16 | /** |
||
17 | * @param EnvelopeRecipientsEndpoint|DeliveryRecipientsEndpoint $parent |
||
18 | * @param EnvelopeRecipient|DeliveryRecipient|string $recipient |
||
19 | */ |
||
20 | public function __construct(EndpointInterface $parent, $recipient) |
||
23 | } |
||
24 | |||
25 | public function get(): RecipientBlock |
||
28 | } |
||
29 | |||
30 | public function delete(): void |
||
35 |