Total Complexity | 2 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Coverage | 91.3% |
Changes | 0 |
1 | <?php |
||
9 | class NetsparkerCloudServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Perform post-registration booting of services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | 2 | public function boot() |
|
20 | ]); |
||
21 | 2 | } |
|
22 | |||
23 | /** |
||
24 | * Register any package services. |
||
25 | * |
||
26 | * @return void |
||
27 | */ |
||
28 | 2 | public function register() |
|
54 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.