1 | <?php namespace Arcanesoft\Auth\Seeds; |
||
11 | abstract class UsersSeeder extends Seeder |
||
12 | { |
||
13 | /* ------------------------------------------------------------------------------------------------ |
||
14 | | Main Functions |
||
15 | | ------------------------------------------------------------------------------------------------ |
||
16 | */ |
||
17 | /** |
||
18 | * Seed users. |
||
19 | * |
||
20 | * @param array $users |
||
21 | */ |
||
22 | public function seed(array $users) |
||
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.