| Total Complexity | 2 | 
| Total Lines | 21 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 15 | class DataImportMerchantConfig extends SprykerDataImportMerchantConfig  | 
            ||
| 16 | { | 
            ||
| 17 | /**  | 
            ||
| 18 | * @return list<string>  | 
            ||
| 19 | */  | 
            ||
| 20 | public function getSupportedImporterTypes(): array  | 
            ||
| 21 |     { | 
            ||
| 22 | return [  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 23 | MerchantProductDataImportConfig::IMPORT_TYPE_MERCHANT_COMBINED_PRODUCT,  | 
            ||
| 24 | ];  | 
            ||
| 25 | }  | 
            ||
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * @return list<string>  | 
            ||
| 29 | */  | 
            ||
| 30 | public function getSupportedContentTypes(): array  | 
            ||
| 36 | ];  | 
            ||
| 37 | }  | 
            ||
| 39 |