| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | class EnumLocaleType extends EnumType |
||
| 26 | { |
||
| 27 | protected static string $name = Types::ENUM_LOCALE; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @var class-string |
||
| 31 | */ |
||
| 32 | protected static string $enum = Locale::class; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | * |
||
| 37 | * @throws ConversionException |
||
| 38 | * |
||
| 39 | * @noinspection PhpMissingParentCallCommonInspection |
||
| 40 | */ |
||
| 41 | public function convertToPHPValue($value, AbstractPlatform $platform): Locale |
||
| 56 |
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