@@ -82,7 +82,7 @@ |
||
| 82 | 82 | ->willReturn($contentDisposition); |
| 83 | 83 | |
| 84 | 84 | $response->method('getHeaders') |
| 85 | - ->willReturn([]); |
|
| 85 | + ->willReturn([ ]); |
|
| 86 | 86 | |
| 87 | 87 | return $response; |
| 88 | 88 | } |