代码规范 []取代array()

This commit is contained in:
huangdijia
2015-12-07 17:54:50 +08:00
parent b599c503be
commit e98345d1e4

View File

@@ -19,7 +19,7 @@ namespace think;
abstract class Behavior {
// 行为参数 和配置参数设置相同
protected $options = array();
protected $options = [];
/**
* 架构函数