Code Duplication    Length = 12-12 lines in 2 locations

src/Amadeus/Client/Struct/Service/IntegratedPricing.php 1 location

@@ 328-339 (lines=12) @@
325
     * @param PricingOption[] $priceOptions
326
     * @return PricingOption[]
327
     */
328
    protected static function makeOverrideOptions($overrideOptions, $priceOptions)
329
    {
330
        $opt = [];
331
332
        foreach ($overrideOptions as $overrideOption) {
333
            if (!self::hasPricingGroup($overrideOption, $priceOptions)) {
334
                $opt[] = new PricingOption($overrideOption);
335
            }
336
        }
337
338
        return $opt;
339
    }
340
341
    /**
342
     * Merges Pricing options

src/Amadeus/Client/Struct/Fare/PricePNRWithBookingClass13.php 1 location

@@ 197-208 (lines=12) @@
194
     * @param PricingOptionGroup[] $priceOptions
195
     * @return PricingOptionGroup[]
196
     */
197
    protected static function makeOverrideOptions($overrideOptions, $priceOptions)
198
    {
199
        $opt = [];
200
201
        foreach ($overrideOptions as $overrideOption) {
202
            if (!self::hasPricingGroup($overrideOption, $priceOptions)) {
203
                $opt[] = new PricingOptionGroup($overrideOption);
204
            }
205
        }
206
207
        return $opt;
208
    }
209
210
    /**
211
     * @param string[] $overrideOptionsWithCriteria