| Conditions | 1 |
| Paths | 1 |
| Total Lines | 26 |
| Code Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 42 | public function toOptionArray() |
||
| 43 | { |
||
| 44 | return [ |
||
| 45 | [ |
||
| 46 | 'value' => 'none', |
||
| 47 | 'label' => __('Automatic'), |
||
| 48 | ], |
||
| 49 | [ |
||
| 50 | 'value' => 'en-GB', |
||
| 51 | 'label' => __('Englisch') |
||
| 52 | ], |
||
| 53 | [ |
||
| 54 | 'value' => 'de-DE', |
||
| 55 | 'label' => __('Deutsch') |
||
| 56 | ], |
||
| 57 | [ |
||
| 58 | 'value' => 'fr-FR', |
||
| 59 | 'label' => __('French') |
||
| 60 | ], |
||
| 61 | [ |
||
| 62 | 'value' => 'it-IT', |
||
| 63 | 'label' => __('Italian') |
||
| 64 | ], |
||
| 65 | [ |
||
| 66 | 'value' => 'es-ES', |
||
| 67 | 'label' => __('Spanish') |
||
| 68 | ] |
||
| 72 |
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