diff options
| author | Greg Roach <fisharebest@gmail.com> | 2021-05-18 11:40:23 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2021-05-18 12:22:35 +0100 |
| commit | c4943cff72f95a28fbb9404e3c20b169ff098e5c (patch) | |
| tree | 524815c65f55b591d95042da034a465efd602a8c /app/Factories | |
| parent | 05edc7571aa62525b7dfeda19639a6f6b40f6858 (diff) | |
| download | webtrees-c4943cff72f95a28fbb9404e3c20b169ff098e5c.tar.gz webtrees-c4943cff72f95a28fbb9404e3c20b169ff098e5c.tar.bz2 webtrees-c4943cff72f95a28fbb9404e3c20b169ff098e5c.zip | |
CodeStyle
Diffstat (limited to 'app/Factories')
| -rw-r--r-- | app/Factories/CacheFactory.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/Factories/CacheFactory.php b/app/Factories/CacheFactory.php index e90c6492b7..a6098430c8 100644 --- a/app/Factories/CacheFactory.php +++ b/app/Factories/CacheFactory.php @@ -39,11 +39,9 @@ class CacheFactory implements CacheFactoryInterface private const FILES_TTL = 8640000; private const FILES_DIR = Webtrees::DATA_DIR . 'cache/'; - /** @var ArrayAdapter */ - private $array_adapter; + private ArrayAdapter $array_adapter; - /** @var FilesystemAdapter */ - private $filesystem_adapter; + private FilesystemAdapter $filesystem_adapter; /** * CacheFactory constructor. |
