From: Umherirrender Date: Wed, 5 Jun 2019 18:32:05 +0000 (+0200) Subject: Fix type hint for properties holding MapCacheLRU X-Git-Tag: 1.34.0-rc.0~1513^2 X-Git-Url: http://git.cyclocoop.org/%27%2C%20%20%20quote_amp%28%24url%29%2C%20%20%20%27?a=commitdiff_plain;h=4b489fa2a74aa5fc5d6e3df9bcf0259ba69edf5e;p=lhc%2Fweb%2Fwiklou.git Fix type hint for properties holding MapCacheLRU Change-Id: Ia22b1dbcde3b96b3f437a213da95b3556fa42d70 --- diff --git a/includes/filerepo/RepoGroup.php b/includes/filerepo/RepoGroup.php index 8047835212..e474ad3084 100644 --- a/includes/filerepo/RepoGroup.php +++ b/includes/filerepo/RepoGroup.php @@ -47,7 +47,7 @@ class RepoGroup { /** @var array */ protected $foreignInfo; - /** @var ProcessCacheLRU */ + /** @var MapCacheLRU */ protected $cache; /** Maximum number of cache items */ diff --git a/includes/jobqueue/JobQueueGroup.php b/includes/jobqueue/JobQueueGroup.php index 7a0d4eaff1..2937d01238 100644 --- a/includes/jobqueue/JobQueueGroup.php +++ b/includes/jobqueue/JobQueueGroup.php @@ -31,7 +31,7 @@ class JobQueueGroup { /** @var JobQueueGroup[] */ protected static $instances = []; - /** @var ProcessCacheLRU */ + /** @var MapCacheLRU */ protected $cache; /** @var string Wiki domain ID */ diff --git a/includes/libs/filebackend/SwiftFileBackend.php b/includes/libs/filebackend/SwiftFileBackend.php index 25878121ed..dc5aa22e78 100644 --- a/includes/libs/filebackend/SwiftFileBackend.php +++ b/includes/libs/filebackend/SwiftFileBackend.php @@ -62,7 +62,7 @@ class SwiftFileBackend extends FileBackendStore { /** @var BagOStuff */ protected $srvCache; - /** @var ProcessCacheLRU Container stat cache */ + /** @var MapCacheLRU Container stat cache */ protected $containerStatCache; /** @var array */