1 | <?php |
||
9 | class ToolServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap any application services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
28 | |||
29 | /** |
||
30 | * Register the tool's routes. |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | protected function routes() |
||
37 | |||
38 | /** |
||
39 | * Register any application services. |
||
40 | * |
||
41 | * @return void |
||
42 | */ |
||
43 | public function register() |
||
46 | } |
||
47 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.