Skip to content

Commit

Permalink
版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Feb 14, 2019
1 parent a7767bb commit f165dfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/think/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class App extends Container
{
const VERSION = '5.2.0beta3';
const VERSION = '5.2.0RC1';

/**
* 应用名称
Expand Down
10 changes: 5 additions & 5 deletions src/think/db/Expression.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ public function __construct($value)
/**
* 分析查询表达式
*
* @param Query $query 查询对象
* @param string $key
* @param string $exp
* @param string $field
* @param integer $bindType
* @param Query $query 查询对象
* @param string $key 查询字段(处理)
* @param string $exp 查询表达式
* @param string $field 查询字段(原始)
* @param integer $bindType 字段绑定类型
* @return string
*/
abstract public function parse(Query $query, string $key, string $exp, string $field, int $bindType): string;
Expand Down

0 comments on commit f165dfb

Please sign in to comment.