@@ -20,13 +20,13 @@ |
||
| 20 | 20 | * @param array $config |
| 21 | 21 | * @return ResponseInterface |
| 22 | 22 | */ |
| 23 | - public function run(array $config = []): ResponseInterface; |
|
| 23 | + public function run(array $config = [ ]): ResponseInterface; |
|
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | 26 | * @param array $config |
| 27 | 27 | * @return ResponseInterface |
| 28 | 28 | */ |
| 29 | - public function __invoke(array $config = []): ResponseInterface; |
|
| 29 | + public function __invoke(array $config = [ ]): ResponseInterface; |
|
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * @param string $key |