Completed
Push — master ( ede4af...ce4315 )
by Chauncey
02:23
created
src/Charcoal/Cache/Middleware/CacheMiddleware.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -415,8 +415,8 @@
 block discarded – undo
415 415
     private function disableCacheHeadersOnResponse(ResponseInterface $response)
416 416
     {
417 417
         return $response
418
-               ->withHeader('Cache-Control', 'no-cache, no-store, must-revalidate')
419
-               ->withHeader('Pragma', 'no-cache')
420
-               ->withHeader('Expires', '0');
418
+                ->withHeader('Cache-Control', 'no-cache, no-store, must-revalidate')
419
+                ->withHeader('Pragma', 'no-cache')
420
+                ->withHeader('Expires', '0');
421 421
     }
422 422
 }
Please login to merge, or discard this patch.