改进Db类注释

This commit is contained in:
thinkphp
2016-06-03 14:00:08 +08:00
parent f05e7427d9
commit c6b8cecc89
2 changed files with 6 additions and 1 deletions

View File

@@ -1742,7 +1742,7 @@ class Query
* @param integer $count 每次处理的数据数量
* @param callable $callback 处理回调方法
* @param string $column 分批处理的字段名
* @return array
* @return boolean
*/
public function chunk($count, $callback, $column = null)
{