@@ -49,7 +49,6 @@ discard block |
||
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | 51 | * where 语法见 @see WhereRule |
| 52 | - * @param array|string $expr |
|
| 53 | 52 | * @param mixed|null $_ |
| 54 | 53 | * @return \PhpBoot\DB\rules\basic\WhereRule |
| 55 | 54 | */ |
@@ -91,7 +90,7 @@ discard block |
||
| 91 | 90 | /** |
| 92 | 91 | * @param int|string $id |
| 93 | 92 | * @param array $values |
| 94 | - * @return int updated row count |
|
| 93 | + * @return \PhpBoot\DB\impls\ExecResult updated row count |
|
| 95 | 94 | */ |
| 96 | 95 | public function update($id, $values) |
| 97 | 96 | { |