| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function definition() |
||
| 23 | { |
||
| 24 | return [ |
||
| 25 | 'group' => $this->faker->word(), 'gid' => $this->faker->randomElement('1', '2'), |
||
| 26 | 'type' => $this->faker->word(), 'stat' => $this->faker->word(), |
||
| 27 | 'date' => $this->faker->date(), 'plac' => $this->faker->word(), |
||
| 28 | 'temp' => $this->faker->text(), 'slac_famc' => $this->faker->word(), 'created_at', 'updated_at', |
||
| 29 | ]; |
||
| 32 |
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