Passed
Push — main ( 4ee39f...33155d )
by Justin
03:54
created
tests/Feature/InterceptorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
             ->required()
55 55
             ->get();
56 56
 
57
-        ArtisanInterceptor::addOptions([ $inputOption1, $inputOption2 ]);
57
+        ArtisanInterceptor::addOptions([$inputOption1, $inputOption2]);
58 58
         
59 59
         // Call a command to start the interceptor
60 60
         $this->artisan('list');
Please login to merge, or discard this patch.