Completed
Push — V3 ( c9215a...5cd01a )
by Georges
01:47
created
src/Response/CacheableResponse.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
                 $this->cacheInstance->save($cacheItem);
71 71
                 $cacheResponse = $response;
72 72
             }else{
73
-               throw new PhpfastcacheLogicException('Your callback response MUST return a valid Symfony HTTP Foundation Response object');
73
+                throw new PhpfastcacheLogicException('Your callback response MUST return a valid Symfony HTTP Foundation Response object');
74 74
             }
75 75
         }else{
76 76
             $cacheResponse->isNotModified($this->request);
Please login to merge, or discard this patch.