@@ -53,7 +53,7 @@ |
||
53 | 53 | $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'laravel-vehapi'); |
54 | 54 | |
55 | 55 | // Register the main class to use with the facade |
56 | - $this->app->singleton('laravel-vehapi', function () { |
|
56 | + $this->app->singleton('laravel-vehapi', function() { |
|
57 | 57 | return new LaravelVehapi(); |
58 | 58 | }); |
59 | 59 | } |
@@ -16,9 +16,9 @@ |
||
16 | 16 | */ |
17 | 17 | private $vehApiVersion; |
18 | 18 | |
19 | - /** |
|
20 | - * @var boolean |
|
21 | - */ |
|
19 | + /** |
|
20 | + * @var boolean |
|
21 | + */ |
|
22 | 22 | private $vehCheckSslCert; |
23 | 23 | |
24 | 24 | /** |