| Total Complexity | 7 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class EzImageAsset extends AbstractFieldHandler implements FieldValueImporterInterface |
||
| 11 | { |
||
| 12 | protected $contentMatcher; |
||
| 13 | |||
| 14 | public function __construct(ContentMatcher $contentMatcher) |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Creates a value object to use as the field value when setting an ez image asset field type. |
||
| 21 | * |
||
| 22 | * @param array|string|int $fieldValue The definition of the field value, structured in the yml file |
||
| 23 | * @param array $context The context for execution of the current migrations. Contains f.e. the path to the migration |
||
| 24 | * @return Value |
||
| 25 | */ |
||
| 26 | public function hashToFieldValue($fieldValue, array $context = array()) |
||
| 55 | } |
||
| 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