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 d831537 commit 9acae68Copy full SHA for 9acae68
lib/Github/HttpClient/Cache/GaufretteCache.php
@@ -51,7 +51,5 @@ public function getModifiedSince($id)
51
if ($this->filesystem->has($id)) {
52
return $this->filesystem->mtime($id);
53
}
54
-
55
- return null;
56
57
0 commit comments