1 | <?php |
||
7 | class GuestPassServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Perform post-registration booting of services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function boot() |
||
22 | |||
23 | /** |
||
24 | * Register any package services. |
||
25 | * |
||
26 | * @return void |
||
27 | */ |
||
28 | public function register() |
||
34 | |||
35 | /** |
||
36 | * Get the services provided by the provider. |
||
37 | * |
||
38 | * @return array |
||
39 | */ |
||
40 | public function provides() |
||
44 | } |
||
45 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.