Completed
Pull Request — master (#220)
by
unknown
18:55 queued 08:44
created
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.