| Conditions | 1 |
| Paths | 1 |
| Total Lines | 22 |
| Code Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 36 | public function getDictionary(): array |
||
| 37 | { |
||
| 38 | return [ |
||
| 39 | 'localizedAttributes' => [ |
||
| 40 | 'LabelsToLocalizedAttributeNames', |
||
| 41 | [ |
||
| 42 | 'LocaleKeysToIds', |
||
| 43 | 'options' => [ |
||
| 44 | 'map' => $this->getLocaleMap(), |
||
| 45 | ], |
||
| 46 | ], |
||
| 47 | ], |
||
| 48 | 'locales' => [ |
||
| 49 | [ |
||
| 50 | 'LabelsToLocaleIds', |
||
| 51 | 'options' => [ |
||
| 52 | 'map' => $this->getLocaleMap(), |
||
| 53 | ], |
||
| 54 | ], |
||
| 55 | ], |
||
| 56 | 'fk_category_template' => function ($value, $payload) { |
||
| 57 | return $this->config->getFkCategoryTemplate(); |
||
| 58 | }, |
||
| 75 |
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