| 1 | <?php |
||
| 8 | class BibleServiceProvider extends ServiceProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Bootstrap the application services. |
||
| 12 | * |
||
| 13 | * @param Filesystem $filesystem |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | 12 | public function boot(Filesystem $filesystem) |
|
| 19 | |||
| 20 | /** |
||
| 21 | * Register the application services. |
||
| 22 | * |
||
| 23 | * @return void |
||
| 24 | */ |
||
| 25 | 12 | public function register() |
|
| 31 | |||
| 32 | /** |
||
| 33 | * Get the services provided by the provider. |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | 1 | public function provides(): array |
|
| 40 | } |
||
| 41 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.