Completed
Pull Request — master (#4)
by Marco
03:31
created
src/Comodojo/Dispatcher/Response/Preprocessor/Status304.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             'Content-MD5',
36 36
             'Content-Type',
37 37
             'Last-Modified'
38
-         ];
38
+            ];
39 39
 
40 40
         foreach ($cleanup as $header) {
41 41
             $response->getHeaders()
Please login to merge, or discard this patch.