Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class Sender extends Client |
||
20 | { |
||
21 | use ToArray; |
||
|
|||
22 | |||
23 | private ?int $dropoffOfficeId = null; |
||
24 | |||
25 | /** |
||
26 | * @return ?int |
||
27 | */ |
||
28 | 1 | public function getDropoffOfficeId(): ?int |
|
31 | } |
||
32 | |||
33 | /** |
||
34 | * @param ?int $dropoffOfficeId |
||
35 | */ |
||
36 | 1 | public function setDropoffOfficeId(?int $dropoffOfficeId): void |
|
41 |