Completed
Pull Request — master (#220)
by
unknown
15:38 queued 04:38
created
src/Amadeus/Client/Struct/Service/IntegratedPricing.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Amadeus\Client\RequestOptions\Service\FrequentFlyer;
28 28
 use Amadeus\Client\RequestOptions\ServiceIntegratedCatalogueOptions;
29 29
 use Amadeus\Client\RequestOptions\ServiceIntegratedPricingOptions;
30
-use Amadeus\Client\RequestOptions\ServiceStandaloneCatalogueOptions;
31 30
 use Amadeus\Client\Struct\Fare\BasePricingMessage;
32 31
 use Amadeus\Client\Struct\Fare\PricePnr13\CarrierInformation;
33 32
 use Amadeus\Client\Struct\Fare\PricePnr13\Currency;
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Service/StandaloneCatalogue/FlightInfo.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 
23 23
 namespace Amadeus\Client\Struct\Service\StandaloneCatalogue;
24 24
 
25
-use Amadeus\Client\RequestOptions\Fare\InformativePricing\Segment;
26 25
 use Amadeus\Client\Struct\Fare\InformativePricing13\SegmentGroup;
27 26
 use Amadeus\Client\Struct\Fare\InformativePricing13\SegmentInformation;
28 27
 use Amadeus\Client\Struct\Air\FlightTypeDetails;
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Service/StandaloneCatalogue.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,6 @@
 block discarded – undo
24 24
 use Amadeus\Client\Struct\BaseWsMessage;
25 25
 use Amadeus\Client\RequestOptions\Service\StandaloneCatalogue\Passenger;
26 26
 use Amadeus\Client\RequestOptions\Fare\InformativePricing\Segment;
27
-use Amadeus\Client\RequestOptions\Service\StandaloneCatalogue\ServiceStandalonePricingOptions;
28
-use Amadeus\Client\RequestOptions\ServiceIntegratedPricingOptions;
29 27
 use Amadeus\Client\RequestOptions\ServiceStandaloneCatalogueOptions;
30 28
 use Amadeus\Client\Struct\Service\StandaloneCatalogue\PassengerInfoGroup;
31 29
 use Amadeus\Client\Struct\Service\StandaloneCatalogue\FlightInfo;
Please login to merge, or discard this patch.