| Total Complexity | 9 |
| Total Lines | 90 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class AkeneoPimMiddlewareConnectorConfig extends AbstractBundleConfig |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @api |
||
| 17 | * |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | public function getLocaleMapFilePath(): string |
||
| 21 | { |
||
| 22 | return $this->get(AkeneoPimMiddlewareConnectorConstants::LOCALE_MAP_FILE_PATH); |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @api |
||
| 27 | * |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | public function getAttributeMapFilePath(): string |
||
| 31 | { |
||
| 32 | return $this->get(AkeneoPimMiddlewareConnectorConstants::ATTRIBUTE_MAP_FILE_PATH); |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @api |
||
| 37 | * |
||
| 38 | * @return string |
||
| 39 | */ |
||
| 40 | public function getSuperAttributeMapFilePath(): string |
||
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @api |
||
| 47 | * |
||
| 48 | * @return int |
||
| 49 | */ |
||
| 50 | public function getFkCategoryTemplate(): int |
||
| 53 | } |
||
| 54 | |||
| 55 | /** |
||
| 56 | * @api |
||
| 57 | * |
||
| 58 | * @return string |
||
| 59 | */ |
||
| 60 | public function getTaxSet(): string |
||
| 61 | { |
||
| 62 | return $this->get(AkeneoPimMiddlewareConnectorConstants::TAX_SET); |
||
| 63 | } |
||
| 64 | |||
| 65 | /** |
||
| 66 | * @api |
||
| 67 | * |
||
| 68 | * @return array |
||
| 69 | */ |
||
| 70 | public function getLocalesForImport(): array |
||
| 71 | { |
||
| 72 | return $this->get(AkeneoPimMiddlewareConnectorConstants::LOCALES_FOR_IMPORT); |
||
| 73 | } |
||
| 74 | |||
| 75 | /** |
||
| 76 | * @api |
||
| 77 | * |
||
| 78 | * @return array |
||
| 79 | */ |
||
| 80 | public function getActiveStoresForProducts(): array |
||
| 83 | } |
||
| 84 | |||
| 85 | /** |
||
| 86 | * @api |
||
| 87 | * |
||
| 88 | * @return array |
||
| 89 | */ |
||
| 90 | public function getLocaleToPriceMap(): array |
||
| 93 | } |
||
| 94 | |||
| 95 | /** |
||
| 96 | * @api |
||
| 97 | * |
||
| 98 | * @return string |
||
| 99 | */ |
||
| 100 | public function getDefaultParentCategoryKey(): string |
||
| 105 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths