Skip to content

Commit 177a911

Browse files
committed
Remove unused parameter $storageFile in unlock method
1 parent abeddc0 commit 177a911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Google/Cache/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private function acquireLock($type, $storageFile)
212212
return true;
213213
}
214214

215-
public function unlock($storageFile)
215+
public function unlock()
216216
{
217217
if ($this->fh) {
218218
flock($this->fh, LOCK_UN);

0 commit comments

Comments
 (0)