| 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 | protected function setupConfig(Application $app) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Register the service provider. |
||
| 35 | */ |
||
| 36 | public function register() |
||
| 54 | } |
||
| 55 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.