| Total Complexity | 3 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class EcondaConfig extends AbstractBundleConfig |
||
| 17 | { |
||
| 18 | |||
| 19 | const ECONDA_CSV_DELIMITER = "|"; |
||
| 20 | const ECONDA_CSV_CATEGORY_DELIMITER = "^^"; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return string |
||
| 24 | */ |
||
| 25 | public function getHostYves() |
||
| 26 | { |
||
| 27 | return $this->get(ApplicationConstants::HOST_YVES); |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | public function getFileExportPath() |
||
| 34 | { |
||
| 35 | return $this->get(EcondaConstants::ECONDA_CSV_FOLDER_PATH); |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param string $dbEngineName |
||
| 40 | * |
||
| 41 | * @return array |
||
| 42 | */ |
||
| 43 | public function getStoragePdoQueryAdapterClassNames($dbEngineName) |
||
| 56 | } |
||
| 57 | |||
| 58 | } |
||
| 59 |
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