| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 75% |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class TableServiceProvider extends ServiceProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Bootstrap the application services. |
||
| 12 | * |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | 37 | public function boot() |
|
| 16 | { |
||
| 17 | // |
||
| 18 | 37 | } |
|
| 19 | |||
| 20 | /** |
||
| 21 | * Register the application services. |
||
| 22 | * |
||
| 23 | * @return void |
||
| 24 | */ |
||
| 25 | public function register() |
||
| 29 | 37 | }); |
|
| 30 | 37 | } |
|
| 32 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.