From a1bd6cea1bbb3041ee8e2ba44a80cd2ea0b8209f Mon Sep 17 00:00:00 2001 From: wn_ Date: Tue, 10 Dec 2024 20:31:16 +0000 Subject: Use native typing in more places and clean up 'FeedEnclosure' a bit. --- classes/DiskCache.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'classes/DiskCache.php') diff --git a/classes/DiskCache.php b/classes/DiskCache.php index c52759a75..70b8de173 100644 --- a/classes/DiskCache.php +++ b/classes/DiskCache.php @@ -1,10 +1,9 @@ $instances */ - private static $instances = []; + private static array $instances = []; /** * https://stackoverflow.com/a/53662733 -- cgit v1.2.3-54-g00ecf