This commit is contained in:
Yuri Kuznetsov
2021-07-27 11:06:04 +03:00
parent 52159093dd
commit 435bb7b65b
10 changed files with 40 additions and 40 deletions
@@ -38,7 +38,7 @@ use Espo\ORM\{
Mapper\RDBMapper,
Query\Select,
Query\Part\WhereItem,
Query\Part\SelectExpression,
Query\Part\Selection,
Query\Part\Join,
};
@@ -790,7 +790,7 @@ class RDBRepository extends Repository
* * `select([$expr1, $expr2, ...])`
* * `select(string $expression, string $alias)`
*
* @param SelectExpression|SelectExpression[]|Expression|string $select
* @param Selection|Selection[]|Expression|string $select
* An array of expressions or one expression.
* @param string|null $alias An alias. Actual if the first parameter is not an array.
*/