From c6d21b31965b28e2b3b86f42a97289c3ee95fa28 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 Dec 2022 21:42:34 +0300 Subject: make phpstan happy --- classes/diskcache.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/diskcache.php') 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 $instances */ private static $instances = []; /** -- cgit v1.2.3