| Total Complexity | 3 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 19 | class Recipient  | 
            ||
| 20 | { | 
            ||
| 21 | /**  | 
            ||
| 22 |      * @Serializer\Type("int") | 
            ||
| 23 | */  | 
            ||
| 24 | private int $pickupOfficeId;  | 
            ||
| 25 | |||
| 26 | 1 | public function getPickupOfficeId(): int  | 
            |
| 29 | }  | 
            ||
| 30 | |||
| 31 | 1 | public function setPickupOfficeId(int $pickupOfficeId): void  | 
            |
| 32 |     { | 
            ||
| 33 | 1 | $this->pickupOfficeId = $pickupOfficeId;  | 
            |
| 34 | }  | 
            ||
| 35 | |||
| 36 | 1 | public function toArray(): array  | 
            |
| 39 | }  | 
            ||
| 40 | }  | 
            ||
| 41 |