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