We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3724c1 commit d831537Copy full SHA for d831537
lib/Github/HttpClient/Cache/GaufretteCache.php
@@ -40,7 +40,7 @@ public function get($id)
40
*/
41
public function set($id, Response $response)
42
{
43
- $this->filesystem->write($id, serialize($response));
+ $this->filesystem->write($id, serialize($response), true);
44
}
45
46
/**
0 commit comments