Test Failed
Pull Request — master (#222)
by
unknown
10:52 queued 38s
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.
src/Amadeus/Client/Struct/Fare/InformativePriceUpsellWithoutPNR15.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 
23 23
 namespace Amadeus\Client\Struct\Fare;
24 24
 
25
-use Amadeus\Client\RequestCreator\MessageVersionUnsupportedException;
26
-use Amadeus\Client\RequestOptions\FarePriceUpsellWithoutPNROptions;
25
+use Amadeus\Client\RequestCreator\MessageVersionUnsupportedException;
26
+use Amadeus\Client\RequestOptions\FarePriceUpsellWithoutPNROptions;
27 27
 use Amadeus\Client\Struct\BaseWsMessage;
28 28
 
29 29
 /**
Please login to merge, or discard this patch.