注释修改

This commit is contained in:
thinkphp
2016-06-24 17:31:58 +08:00
parent 73f1ae289d
commit d3d7fdb83d

View File

@@ -1294,10 +1294,11 @@ class Request
}
/**
* 获取当前请求的调度信息
* 设置或者获取当前请求的调度信息
* @access public
* @param array|string $dispatch 调度信息
* @param string $type 调度类型
* @param array $params 参数
* @return array
*/
public function dispatch($dispatch = null, $type = null, $params = [])