@@ -15,7 +15,7 @@ |
||
| 15 | 15 | if ($this->option('config')) { |
| 16 | 16 | $this->call('vendor:publish', [ |
| 17 | 17 | '--provider' => Service::class, |
| 18 | - '--tag' => ['config'], |
|
| 18 | + '--tag' => [ 'config' ], |
|
| 19 | 19 | '--force' => true, |
| 20 | 20 | ]); |
| 21 | 21 | } |
@@ -14,11 +14,11 @@ |
||
| 14 | 14 | ], 'config'); |
| 15 | 15 | |
| 16 | 16 | config([ |
| 17 | - 'app.editor' => function ($file, $line) { |
|
| 17 | + 'app.editor' => function($file, $line) { |
|
| 18 | 18 | $homestead = rtrim(config('genealabs-laravel-whoops-atom.homestead-sites-path'), '/'); |
| 19 | 19 | $local = rtrim(config('genealabs-laravel-whoops-atom.local-sites-path'), '/'); |
| 20 | 20 | |
| 21 | - if (! $local) { |
|
| 21 | + if (!$local) { |
|
| 22 | 22 | return ''; |
| 23 | 23 | } |
| 24 | 24 | |