Total Complexity | 4 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Coverage | 75% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class ServiceProvider extends \Illuminate\Support\ServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Bootstrap any application services. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | 6 | public function boot() |
|
29 | 6 | }); |
|
30 | } |
||
31 | |||
32 | /** |
||
33 | * Register any application services. |
||
34 | * |
||
35 | * @return void |
||
36 | */ |
||
37 | 6 | public function register() |
|
39 | // |
||
40 | 6 | } |
|
41 | |||
42 | 6 | protected function routes() |
|
56 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.