We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6880ff5 commit 8694d09Copy full SHA for 8694d09
src/ArrayCachePool.php
@@ -29,7 +29,7 @@ class ArrayCachePool extends AbstractCachePool
29
*/
30
public function __construct(array &$cache = [])
31
{
32
- $this->cache = $cache;
+ $this->cache = &$cache;
33
}
34
35
protected function fetchObjectFromCache($key)
0 commit comments