Test Failed
Pull Request — master (#324)
by
unknown
07:04
created
src/Amadeus/Client/Struct/Fare/MasterPricerTravelBoardSearch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
         );
215 215
         
216 216
         if ($opt->anchoredSegments) {
217
-            $tmpItinerary->flightInfoPNR = array_map(function ($anchoredSegment) {
217
+            $tmpItinerary->flightInfoPNR = array_map(function($anchoredSegment) {
218 218
                 return new MasterPricer\FlightInfoPNR(
219 219
                     $anchoredSegment
220 220
                 );
Please login to merge, or discard this patch.