From dacf49528fba84d936c885f99808357c3ffb8b62 Mon Sep 17 00:00:00 2001 From: ADmad Date: Wed, 1 Apr 2015 01:38:13 +0530 Subject: [PATCH] Remove "@internal" tag --- src/Database/Expression/QueryExpression.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Database/Expression/QueryExpression.php b/src/Database/Expression/QueryExpression.php index 6281984b353..53c582568a7 100644 --- a/src/Database/Expression/QueryExpression.php +++ b/src/Database/Expression/QueryExpression.php @@ -24,8 +24,6 @@ * 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 {