数组定义规范统一

This commit is contained in:
thinkphp
2013-04-01 11:03:19 +08:00
parent 668aca97c8
commit 6f5db51323
33 changed files with 87 additions and 87 deletions

View File

@@ -16,13 +16,13 @@ class Gif{
* GIF帧列表
* @var array
*/
private $frames = array();
private $frames = [];
/**
* 每帧等待时间列表
* @var array
*/
private $delays = array();
private $delays = [];
/**
* 构造方法用于解码GIF图片