Completed
Pull Request — master (#222)
by
unknown
16:27 queued 05:42
created
src/Amadeus/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1639,7 +1639,7 @@
 block discarded – undo
1639 1639
     /**
1640 1640
      * Fare_PriceUpsellWithoutPnr
1641 1641
      *
1642
-     * @param RequestOptions\FareInformativeBestPricingWithoutPnrOptions $options
1642
+     * @param RequestOptions\FarePriceUpsellWithoutPNROptions $options
1643 1643
      * @param array $messageOptions (OPTIONAL)
1644 1644
      * @return Result
1645 1645
      * @throws Client\InvalidMessageException
Please login to merge, or discard this patch.
Amadeus/Client/RequestCreator/Converter/Fare/PriceUpsellWithoutPNRConv.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * InformativeBestPricingWithoutPNR13 constructor.
37 37
      *
38
-     * @param FareInformativeBestPricingWithoutPnrOptions|null $options
38
+     * @param null|FarePriceUpsellWithoutPNROptions $options
39 39
      */
40 40
     public function __construct(FarePriceUpsellWithoutPNROptions $options = null)
41 41
     {
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Fare/InformativePriceUpsellWithoutPNR15.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * InformativeBestPricingWithoutPNR12 constructor.
39 39
      *
40
-     * @param FareInformativeBestPricingWithoutPnrOptions|null $options
40
+     * @param null|FarePriceUpsellWithoutPNROptions $options
41 41
      * @throws MessageVersionUnsupportedException
42 42
      */
43 43
     public function __construct(FarePriceUpsellWithoutPNROptions $options = null)
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Fare/InformativePriceUpsellWithoutPNR16.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * InformativeBestPricingWithoutPNR13 constructor.
37 37
      *
38
-     * @param FareInformativeBestPricingWithoutPnrOptions|null $options
38
+     * @param null|FarePriceUpsellWithoutPNROptions $options
39 39
      */
40 40
     public function __construct(FarePriceUpsellWithoutPNROptions $options = null)
41 41
     {
Please login to merge, or discard this patch.