| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function definition() |
||
| 24 | { |
||
| 25 | return [ |
||
| 26 | 'name' => $this->faker->name(), |
||
| 27 | 'email' => $this->faker->unique()->safeEmail(), |
||
| 28 | 'email_verified_at' => now(), |
||
| 29 | 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password |
||
| 30 | 'remember_token' => Str::random(10), |
||
| 31 | ]; |
||
| 32 | } |
||
| 33 | |||
| 48 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.