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