1 | <?php |
||
11 | class ServiceProvider extends BaseServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Register the service provider. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function register() |
||
26 | |||
27 | /** |
||
28 | * Register anonymization:install command. |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | protected function registerInstallCommand() |
||
40 | |||
41 | /** |
||
42 | * Register db:anonymize command. |
||
43 | * |
||
44 | * @return void |
||
45 | */ |
||
46 | protected function registerAnonymizeCommand() |
||
54 | |||
55 | /** |
||
56 | * Register make:anonymizer command. |
||
57 | * |
||
58 | * @return void |
||
59 | */ |
||
60 | protected function registerMakeAnonymizerCommand() |
||
68 | } |
||
69 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.