Total Complexity | 9 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class EzMatrix extends AbstractFieldHandler implements FieldValueConverterInterface |
||
12 | { |
||
13 | /** |
||
14 | * @return bool |
||
15 | */ |
||
16 | protected function usingLegacyFieldType() |
||
17 | { |
||
18 | return class_exists('EzSystems\MatrixBundle\FieldType\Matrix\Type'); |
||
19 | } |
||
20 | |||
21 | public function hashToFieldValue($fieldValue, array $context = array()) |
||
37 | } |
||
38 | } |
||
39 | |||
40 | public function fieldValueToHash($fieldValue, array $context = array()) |
||
55 | } |
||
56 | } |
||
57 |
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