@@ -213,7 +213,7 @@ |
||
| 213 | 213 | $opt->departureLocation |
| 214 | 214 | ); |
| 215 | 215 | |
| 216 | - if($opt->anchoredSegments) { |
|
| 216 | + if ($opt->anchoredSegments) { |
|
| 217 | 217 | $tmpItinerary->flightInfoPNR = array_map(function($anchoredSegment) { |
| 218 | 218 | return new MasterPricer\FlightInfoPNR( |
| 219 | 219 | $anchoredSegment |