Conditions | 1 |
Paths | 1 |
Total Lines | 15 |
Code Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | public function definition() |
||
25 | { |
||
26 | return [ |
||
27 | 'repo' => $this->faker->word(), |
||
28 | 'name' => $this->faker->word(), |
||
29 | 'addr_id' => Addr::factory(), |
||
30 | 'rin' => $this->faker->word(), |
||
31 | 'phon' => $this->faker->phoneNumber(), |
||
32 | 'email' => $this->faker->email(), |
||
33 | 'fax', |
||
34 | 'www' => $this->faker->url(), |
||
35 | 'name' => $this->faker->name(), |
||
36 | 'description' => $this->faker->text(), |
||
37 | 'type_id' => Type::factory(), |
||
38 | 'is_active', |
||
39 | ]; |
||
42 |
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