| Total Complexity | 4 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class Validator extends RequiredFields |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * |
||
| 12 | * @var EditableFormField |
||
|
|
|||
| 13 | */ |
||
| 14 | protected $record = null; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * |
||
| 18 | * @param EditableFormField $record |
||
| 19 | * @return $this |
||
| 20 | */ |
||
| 21 | public function setRecord($record) |
||
| 22 | { |
||
| 23 | $this->record = $record; |
||
| 24 | return $this; |
||
| 25 | } |
||
| 26 | |||
| 27 | /* |
||
| 28 | * @return EditableFormField |
||
| 29 | */ |
||
| 30 | public function getRecord() |
||
| 33 | } |
||
| 34 | |||
| 35 | |||
| 36 | public function php($data) |
||
| 45 |
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