1
0
mirror of synced 2025-02-10 17:29:27 +03:00

Merge pull request #1536 from AngelFQC/patch-1

Minor - Fix PHP Doc - Update Expr.php
This commit is contained in:
Marco Pivetta 2015-10-20 15:16:25 -07:00
commit b15e8b79dc

View File

@ -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.