Merge pull request #1536 from AngelFQC/patch-1
Minor - Fix PHP Doc - Update Expr.php
This commit is contained in:
commit
b15e8b79dc
@ -389,7 +389,7 @@ class Expr
|
|||||||
*
|
*
|
||||||
* [php]
|
* [php]
|
||||||
* // u.numChildren + 1
|
* // u.numChildren + 1
|
||||||
* $q->expr()->diff('u.numChildren', '1')
|
* $q->expr()->sum('u.numChildren', '1')
|
||||||
*
|
*
|
||||||
* @param mixed $x Left expression.
|
* @param mixed $x Left expression.
|
||||||
* @param mixed $y Right expression.
|
* @param mixed $y Right expression.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user