| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 9 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 54 | public function __construct($generalIndicator, $passengerType, $freeTextLong, $officeId = null)  | 
            ||
| 55 |     { | 
            ||
| 56 | $this->generalIndicator = $generalIndicator;  | 
            ||
| 57 | $this->passengerType = $passengerType;  | 
            ||
| 58 | $this->freeTextLong = $freeTextLong;  | 
            ||
| 59 |         if ($officeId) { | 
            ||
| 60 | $this->officeId = $officeId;  | 
            ||
| 61 | }  | 
            ||
| 62 | }  | 
            ||
| 63 | }  |