1)修改了一些注释的错误参数类型和返回类型

2)修改了一些无意义的变量名
3)本次 commit 没有逻辑上的变动
This commit is contained in:
Jinchun Yang
2016-01-29 22:28:01 +08:00
parent 58cbc8e31a
commit f6a708e1f8
29 changed files with 104 additions and 88 deletions

View File

@@ -132,7 +132,7 @@ class Debug
/**
* 获取文件加载信息
* @param bool $detail 是否显示详细
* @return void
* @return integer|array
*/
public static function getFile($detail = false)
{