调整request bind方法形参类型

This commit is contained in:
yinggaozhen
2017-08-02 20:30:26 +08:00
committed by ThinkPHP
parent e660c545ba
commit 2e1d7aaa79

View File

@@ -1609,7 +1609,7 @@ class Request
/**
* 设置当前请求绑定的对象实例
* @access public
* @param string $name 绑定的对象标识
* @param string|array $name 绑定的对象标识
* @param mixed $obj 绑定的对象实例
* @return mixed
*/