@@ -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 | } |
@@ -15,11 +15,11 @@ discard block |
||
15 | 15 | ], 'config'); |
16 | 16 | |
17 | 17 | config([ |
18 | - 'app.editor' => function ($file, $line) { |
|
18 | + 'app.editor' => function($file, $line) { |
|
19 | 19 | $homestead = rtrim(config('genealabs-laravel-whoops-atom.homestead-sites-path'), '/'); |
20 | 20 | $local = rtrim(config('genealabs-laravel-whoops-atom.local-sites-path'), '/'); |
21 | 21 | |
22 | - if (! $local) { |
|
22 | + if (!$local) { |
|
23 | 23 | return ''; |
24 | 24 | } |
25 | 25 | |
@@ -41,6 +41,6 @@ discard block |
||
41 | 41 | |
42 | 42 | public function provides() : array |
43 | 43 | { |
44 | - return ['genealabs-laravel-whoops-atom']; |
|
44 | + return [ 'genealabs-laravel-whoops-atom' ]; |
|
45 | 45 | } |
46 | 46 | } |