Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function definition() |
||
23 | { |
||
24 | return [ |
||
25 | // |
||
26 | 'group' => $this->faker->word(), 'gid' => $this->faker->randomElement('1', '2'), |
||
27 | 'type' => $this->faker->word(), 'name' => $this->faker->name(), |
||
28 | 'npfx' => $this->faker->word(), 'givn' => $this->faker->firstName(), |
||
29 | 'nick' => $this->faker->userName(), 'spfx', 'surn' => $this->faker->lastName(), 'nsfx', 'created_at', 'updated_at', |
||
30 | ]; |
||
33 |
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