Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
17 | public function run() |
||
18 | { |
||
19 | $this->factory->create('fe_users', 2)->each(function (Seeder\Seed $seed, Seeder\Faker $faker) { |
||
|
|||
20 | $seed->set([ |
||
21 | 'email' => '[email protected]', |
||
22 | 'usergroup' => $this->call(Group::class) |
||
23 | ]); |
||
24 | }); |
||
25 | } |
||
26 | } |
||
27 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.