| 1 | <?php |
||
| 11 | class UrlSignerServiceProvider extends ServiceProvider |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Bootstrap the application events. |
||
| 15 | */ |
||
| 16 | public function boot() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Setup the config. |
||
| 23 | * |
||
| 24 | * @param \Illuminate\Contracts\Foundation\Application $app |
||
| 25 | * |
||
| 26 | * @return void |
||
| 27 | */ |
||
| 28 | protected function setupConfig(Application $app) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Register the service provider. |
||
| 37 | * |
||
| 38 | * @return void |
||
| 39 | */ |
||
| 40 | public function register() |
||
| 58 | } |
||
| 59 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.