Total Complexity | 4 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class ServerTimingServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap the application services. |
||
11 | */ |
||
12 | public function boot() |
||
16 | } |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Register the application services. |
||
21 | */ |
||
22 | public function register() |
||
26 | }); |
||
27 | } |
||
28 | |||
29 | protected function registerPublishing() |
||
36 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.