Code Duplication    Length = 12-12 lines in 2 locations

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

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

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

@@ 339-350 (lines=12) @@
336
     * @param PricingOption[] $priceOptions
337
     * @return PricingOption[]
338
     */
339
    protected static function makeOverrideOptions($overrideOptions, $priceOptions)
340
    {
341
        $opt = [];
342
343
        foreach ($overrideOptions as $overrideOption) {
344
            if (!self::hasPricingGroup($overrideOption, $priceOptions)) {
345
                $opt[] = new PricingOption($overrideOption);
346
            }
347
        }
348
349
        return $opt;
350
    }
351
352
    /**
353
     * Merges Pricing options