Passed
Push — master ( 33d043...0ae883 )
by DAOUDI
02:31
created
Tests/Manager/ResponseManagerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
             ->willReturn($contentDisposition);
83 83
 
84 84
         $response->method('getHeaders')
85
-            ->willReturn([]);
85
+            ->willReturn([ ]);
86 86
 
87 87
         return $response;
88 88
     }
Please login to merge, or discard this patch.