Use native typing in more places and clean up 'FeedEnclosure' a bit.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
<?php
|
||||
class DiskCache implements Cache_Adapter {
|
||||
/** @var Cache_Adapter $adapter */
|
||||
private $adapter;
|
||||
private Cache_Adapter $adapter;
|
||||
|
||||
/** @var array<string, DiskCache> $instances */
|
||||
private static $instances = [];
|
||||
private static array $instances = [];
|
||||
|
||||
/**
|
||||
* https://stackoverflow.com/a/53662733
|
||||
|
||||
Reference in New Issue
Block a user