| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | public function register() |
||
| 26 | { |
||
| 27 | $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'engagespark'); |
||
| 28 | |||
| 29 | $this->app->singleton(EngageSpark::class, function ($app) { |
||
|
|
|||
| 30 | return new EngageSpark(new HttpClient([ |
||
| 31 | // 'timeout' => 5, |
||
| 32 | // 'connect_timeout' => 5, |
||
| 33 | ])); |
||
| 34 | }); |
||
| 35 | } |
||
| 36 | } |
||
| 37 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.