Test Failed
Pull Request — master (#433)
by Andrew
10:43
created
src/Amadeus/Client/Struct/Fare/PricePNRWithBookingClass13.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -676,7 +676,7 @@
 block discarded – undo
676 676
      * Load Cabins
677 677
      *
678 678
      * @param Cabin[] $cabins
679
-     * @return array
679
+     * @return PricingOptionGroup[]
680 680
      */
681 681
     protected static function loadCabins($cabins)
682 682
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -685,7 +685,7 @@
 block discarded – undo
685 685
             $po = new PricingOptionGroup(PricingOptionKey::OPTION_CABIN);
686 686
             $criteriaDetails = [];
687 687
             foreach ($cabins as $cabin) {
688
-                $criteriaDetails[] = new CriteriaDetails($cabin->cabinType,$cabin->cabinCode);
688
+                $criteriaDetails[] = new CriteriaDetails($cabin->cabinType, $cabin->cabinCode);
689 689
             }
690 690
             $po->optionDetail = new OptionDetail($criteriaDetails);
691 691
             $opt[] = $po;
Please login to merge, or discard this patch.