We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | protected function fields() |
||
22 | { |
||
23 | return [ |
||
24 | 'id' => $this->faker->uuid, |
||
25 | 'name' => $this->faker->company, |
||
26 | 'email' => $this->faker->companyEmail, |
||
27 | 'url' => $this->faker->domainName, |
||
28 | 'phone' => $this->faker->phoneNumber, |
||
29 | 'location' => $this->faker->address |
||
30 | ]; |
||
31 | } |
||
32 | } |
||
33 |