Skip to content

Commit

Permalink
Improve docs for UnaryExpression.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 21, 2014
1 parent 1f2eef3 commit 3546466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Database/Expression/UnaryExpression.php
Expand Up @@ -17,6 +17,9 @@
use Cake\Database\ExpressionInterface;
use Cake\Database\ValueBinder;

/**
* An expression object that represents an expression with only a single operand.
*/
class UnaryExpression extends QueryExpression {

/**
Expand Down

0 comments on commit 3546466

Please sign in to comment.