Skip to content

Commit 01bb748

Browse files
committed
cs fixes
1 parent b8dd1c7 commit 01bb748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MemcachedCachePool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function clearOneObjectFromCache($key)
6767
{
6868
$this->commit();
6969
$path = null;
70-
$key = $this->getHierarchyKey($key, $path);
70+
$key = $this->getHierarchyKey($key, $path);
7171
if ($path) {
7272
$this->cache->increment($path, 1, 0);
7373
}

0 commit comments

Comments
 (0)