Skip to content

Commit

Permalink
Remove "@internal" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 31, 2015
1 parent b299e2a commit dacf495
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Database/Expression/QueryExpression.php
Expand Up @@ -24,8 +24,6 @@
* Represents a SQL Query expression. Internally it stores a tree of * Represents a SQL Query expression. Internally it stores a tree of
* expressions that can be compiled by converting this object to string * expressions that can be compiled by converting this object to string
* and will contain a correctly parenthesized and nested expression. * and will contain a correctly parenthesized and nested expression.
*
* @internal
*/ */
class QueryExpression implements ExpressionInterface, Countable class QueryExpression implements ExpressionInterface, Countable
{ {
Expand Down

0 comments on commit dacf495

Please sign in to comment.