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