1
0
mirror of synced 2025-02-09 00:39:25 +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]
* // u.numChildren + 1
* $q->expr()->diff('u.numChildren', '1')
* $q->expr()->sum('u.numChildren', '1')
*
* @param mixed $x Left expression.
* @param mixed $y Right expression.