Completed
Pull Request — master (#324)
by
unknown
07:34
created
src/Amadeus/Client/Struct/Fare/MasterPricerTravelBoardSearch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.