| 1 | <?php namespace Arcanesoft\Auth\Seeds; |
||
| 11 | abstract class UsersSeeder extends Seeder |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Main Methods |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Seed users. |
||
| 20 | * |
||
| 21 | * @param array $users |
||
| 22 | */ |
||
| 23 | public function seed(array $users) |
||
| 27 | } |
||
| 28 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.