Skip to content

Commit

Permalink
改进注释
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Dec 12, 2024
1 parent 5667109 commit 674af0c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/db/BaseQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public function getConfig(string $name = '')

/**
* 得到当前或者指定名称的数据表.
* @param bool $alias 是否返回数据表别名
* @param bool $alias 是否返回数据表别名
*
* @return string|array|Raw
*/
Expand Down Expand Up @@ -1411,11 +1411,7 @@ public function delete($data = null): int
*
* @param array $data 主键数据
*
* @throws Exception
* @throws ModelNotFoundException
* @throws DataNotFoundException
*
* @return Collection|array|static[]
* @return \think\model\Collection|\think\Collection
*/
public function select(array $data = []): Collection
{
Expand Down

0 comments on commit 674af0c

Please sign in to comment.