| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 47 | public function register() |
||
| 48 | { |
||
| 49 | |||
| 50 | $this->loadViewsFrom(__DIR__.'/views/slack','slack'); |
||
| 51 | $this->mergeConfigFrom( __DIR__.'/config/LaravelSlack.php', 'LaravelSlack'); |
||
| 52 | $this->app->singleton(LaravelSlack::class, function ($app) { |
||
|
|
|||
| 53 | return new LaravelSlack(config('laravelslack')); |
||
| 54 | }); |
||
| 55 | } |
||
| 56 | } |
||
| 57 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.