@@ -84,7 +84,7 @@ |
||
84 | 84 | * @param Application $app The symfony console application |
85 | 85 | * |
86 | 86 | * @return Interceptor |
87 | - */ |
|
87 | + */ |
|
88 | 88 | public function starting(Application $app): Interceptor; |
89 | 89 | |
90 | 90 | /** |
@@ -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() => [] |