mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-14 18:31:22 +08:00
Fix #20658: Add missing generics in yii\console, yii\captcha, yii\caching and yii\behaviors namespaces
This commit is contained in:
@@ -39,6 +39,8 @@ namespace yii\caching;
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @author Dmitry Naumenko <d.naumenko.a@gmail.com>
|
||||
* @since 2.0.13. Previous framework versions used abstract class [[yii\caching\Cache]] as interface.
|
||||
*
|
||||
* @extends \ArrayAccess<string, mixed>
|
||||
*/
|
||||
interface CacheInterface extends \ArrayAccess
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user