1 | <?php |
||
24 | class ComposerServiceProvider extends ServiceProvider |
||
25 | { |
||
26 | /** |
||
27 | * Bootstrap any application services. |
||
28 | * |
||
29 | * @param \Illuminate\Bus\Dispatcher $dispatcher |
||
30 | */ |
||
31 | public function boot(Dispatcher $dispatcher) |
||
40 | |||
41 | /** |
||
42 | * Register any application services. |
||
43 | */ |
||
44 | 63 | public function register() |
|
47 | } |
||
48 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.