merge from yiisoft/yii2

This commit is contained in:
cuileon
2018-11-14 11:57:32 +08:00
parent 47df8a8cc0
commit 489dd119a5
426 changed files with 18465 additions and 4215 deletions

View File

@@ -24,7 +24,7 @@ namespace yii\caching;
*/
class ArrayCache extends Cache
{
private $_cache;
private $_cache = [];
/**