1 | <?php namespace Propaganistas\LaravelFakeId; |
||
7 | class FakeIdServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Boots the service provider. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | 24 | public function boot() |
|
21 | |||
22 | /** |
||
23 | * Register the service provider. |
||
24 | * |
||
25 | * @return void |
||
26 | */ |
||
27 | 24 | public function register() |
|
34 | |||
35 | /** |
||
36 | * Register the Optimus container. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | 16 | protected function registerOptimus() |
|
53 | |||
54 | /** |
||
55 | * Register the Artisan setup command. |
||
56 | * |
||
57 | * @return void |
||
58 | */ |
||
59 | 16 | protected function registerCommand() |
|
67 | } |
||
68 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.