Merge pull request #7377 from sserbin/fix-query-andx-doctype
Fix query andX doctype
This commit is contained in:
commit
46f2a41cf7
@ -41,8 +41,8 @@ class Expr
|
|||||||
* // (u.type = ?1) AND (u.role = ?2)
|
* // (u.type = ?1) AND (u.role = ?2)
|
||||||
* $expr->andX($expr->eq('u.type', ':1'), $expr->eq('u.role', ':2'));
|
* $expr->andX($expr->eq('u.type', ':1'), $expr->eq('u.role', ':2'));
|
||||||
*
|
*
|
||||||
* @param Expr\Comparison|Expr\Func|Expr\Orx $x Optional clause. Defaults to null, but requires at least one
|
* @param Expr\Comparison|Expr\Func|Expr\Orx|string $x Optional clause. Defaults to null, but requires at least one
|
||||||
* defined when converting to string.
|
* defined when converting to string.
|
||||||
*
|
*
|
||||||
* @return Expr\Andx
|
* @return Expr\Andx
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user