Completed
Push — master ( 6da510...33a55e )
by Nils
05:34
created
src/Http/CacheDecorator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -67,6 +67,9 @@
 block discarded – undo
67 67
         return md5(json_encode((string)$uri) . json_encode($headers) . strtolower($method));
68 68
     }
69 69
 
70
+    /**
71
+     * @param string $key
72
+     */
70 73
     private function cacheResponse($key, Response $response)
71 74
     {
72 75
         $serializedResponse = $this->serializeResponse($response);
Please login to merge, or discard this patch.