Browse Source

Remove "@internal" tag

ADmad 11 years ago
parent
commit
dacf49528f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Database/Expression/QueryExpression.php

+ 0 - 2
src/Database/Expression/QueryExpression.php

@@ -24,8 +24,6 @@ use Countable;
  * Represents a SQL Query expression. Internally it stores a tree of
  * expressions that can be compiled by converting this object to string
  * and will contain a correctly parenthesized and nested expression.
- *
- * @internal
  */
 class QueryExpression implements ExpressionInterface, Countable
 {