Skip to content

Commit 1ad43d0

Browse files
committed
update VoidCachePool to match cache/adapter-common v0.2
1 parent 65765ce commit 1ad43d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VoidCachePool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class VoidCachePool extends AbstractCachePool
2121
{
2222
protected function fetchObjectFromCache($key)
2323
{
24-
return false;
24+
return [false, null];
2525
}
2626

2727
protected function clearAllObjectsFromCache()

0 commit comments

Comments
 (0)