Test Failed
Push — master ( 7ed4f5...7435f5 )
by Mike
05:23
created
src/Console/Commands/Publish.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
         if ($this->option('config')) {
15 15
             $this->call('vendor:publish', [
16 16
                 '--provider' => Service::class,
17
-                '--tag' => ['config'],
17
+                '--tag' => [ 'config' ],
18 18
                 '--force' => true,
19 19
             ]);
20 20
         }
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
         if ($this->option('views')) {
23 23
             $this->call('vendor:publish', [
24 24
                 '--provider' => Service::class,
25
-                '--tag' => ['views'],
25
+                '--tag' => [ 'views' ],
26 26
                 '--force' => true,
27 27
             ]);
28 28
         }
Please login to merge, or discard this patch.