| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function definition() |
||
| 24 | { |
||
| 25 | return [ |
||
| 26 | 'group' => $this->faker->word(), |
||
| 27 | 'gid' => $this->faker->randomElement('1', '2'), |
||
| 28 | 'name' => $this->faker->word(), |
||
| 29 | 'addr_id' => Addr::factory(), |
||
| 30 | 'rin' => $this->faker->word(), |
||
| 31 | 'rfn' => $this->faker->word(), |
||
| 32 | 'lang' => $this->faker->languageCode(), |
||
| 33 | 'phon' => $this->faker->phoneNumber(), |
||
| 34 | 'email' => $this->faker->email(), 'fax' => $this->faker->word(), 'www' => $this->faker->url(), |
||
| 35 | 'created_at' => $this->faker->date(), 'updated_at', |
||
| 36 | ]; |
||
| 39 |
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