summaryrefslogtreecommitdiff
path: root/classes/diskcache.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-19 21:42:34 +0300
committerAndrew Dolgov <[email protected]>2022-12-19 21:42:34 +0300
commitc6d21b31965b28e2b3b86f42a97289c3ee95fa28 (patch)
tree490a0eab588546372e0221dc4f5895c100d378d7 /classes/diskcache.php
parentd373b7b452c6d64b47180940ed88c99c21bd9bc3 (diff)
make phpstan happy
Diffstat (limited to 'classes/diskcache.php')
-rw-r--r--classes/diskcache.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/diskcache.php b/classes/diskcache.php
index 96c826728..2a3f8c8d7 100644
--- a/classes/diskcache.php
+++ b/classes/diskcache.php
@@ -3,6 +3,7 @@ class DiskCache implements Cache_Adapter {
/** @var Cache_Adapter $adapter */
private $adapter;
+ /** @var array<string, DiskCache> $instances */
private static $instances = [];
/**