@@ -31,7 +31,7 @@ |
||
| 31 | 31 | $this->assertTrue(!$this->stack->empty()); |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | - public function test_flush(): void |
|
| 34 | + public function test_flush(): void |
|
| 35 | 35 | { |
| 36 | 36 | $this->stack->push(new CallbackHandler( |
| 37 | 37 | fn() => [] |
@@ -54,7 +54,7 @@ |
||
| 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'); |