Merge pull request #239 from adrienbrault/master
Fix $qb->expr() PHPDoc @return type.
This commit is contained in:
commit
9b1092726d
@ -75,7 +75,7 @@ class Expr
|
|||||||
* Creates an ASCending order expression.
|
* Creates an ASCending order expression.
|
||||||
*
|
*
|
||||||
* @param $sort
|
* @param $sort
|
||||||
* @return OrderBy
|
* @return Expr\OrderBy
|
||||||
*/
|
*/
|
||||||
public function asc($expr)
|
public function asc($expr)
|
||||||
{
|
{
|
||||||
@ -86,7 +86,7 @@ class Expr
|
|||||||
* Creates a DESCending order expression.
|
* Creates a DESCending order expression.
|
||||||
*
|
*
|
||||||
* @param $sort
|
* @param $sort
|
||||||
* @return OrderBy
|
* @return Expr\OrderBy
|
||||||
*/
|
*/
|
||||||
public function desc($expr)
|
public function desc($expr)
|
||||||
{
|
{
|
||||||
|
@ -119,7 +119,7 @@ class QueryBuilder
|
|||||||
* For more complex expression construction, consider storing the expression
|
* For more complex expression construction, consider storing the expression
|
||||||
* builder object in a local variable.
|
* builder object in a local variable.
|
||||||
*
|
*
|
||||||
* @return Expr
|
* @return Query\Expr
|
||||||
*/
|
*/
|
||||||
public function expr()
|
public function expr()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user