Passed
Pull Request — master (#344)
by Andrew
04:35
created
src/Amadeus/Client/Struct/Fare/PricePNRWithBookingClass13.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -316,14 +316,14 @@
 block discarded – undo
316 316
                 /**
317 317
                  * @var FareFamily $item
318 318
                  */
319
-                foreach ($fareFamily as $item){
319
+                foreach ($fareFamily as $item) {
320 320
 
321 321
                     $po = new PricingOptionGroup(PricingOptionKey::OPTION_FARE_FAMILY);
322 322
                     $po->optionDetail = new OptionDetail([['FF' => $item->fareFamily]]);
323
-                    $po->paxSegTstReference =  new PaxSegTstReference($item->paxSegRefs);
323
+                    $po->paxSegTstReference = new PaxSegTstReference($item->paxSegRefs);
324 324
 
325 325
 
326
-                    $opt[] =$po;
326
+                    $opt[] = $po;
327 327
                 }
328 328
 
329 329
             } else {
Please login to merge, or discard this patch.