Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
31 | public |
||
32 | function rules() |
||
33 | |||
34 | { |
||
35 | |||
36 | return [ |
||
37 | "title" => "required|string|".Rule::notIn($this->getReservedNames()), |
||
38 | "basic_options" => "required", |
||
39 | "advanced_options" => "sometimes", |
||
40 | "column" => "required|array", |
||
41 | "column.*.type" => "required|".Rule::notIn($this->getReservedNames()), |
||
42 | ]; |
||
49 |
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