Skip to content

Commit 9acae68

Browse files
committed
remove redundant return
1 parent d831537 commit 9acae68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Github/HttpClient/Cache/GaufretteCache.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,5 @@ public function getModifiedSince($id)
5151
if ($this->filesystem->has($id)) {
5252
return $this->filesystem->mtime($id);
5353
}
54-
55-
return null;
5654
}
5755
}

0 commit comments

Comments
 (0)