summaryrefslogtreecommitdiffstats
path: root/src/Statements/SelectStatement.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Statements/SelectStatement.php')
-rw-r--r--src/Statements/SelectStatement.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Statements/SelectStatement.php b/src/Statements/SelectStatement.php
index 66ed150..deee68a 100644
--- a/src/Statements/SelectStatement.php
+++ b/src/Statements/SelectStatement.php
@@ -6,15 +6,15 @@
namespace PhpMyAdmin\SqlParser\Statements;
-use PhpMyAdmin\SqlParser\Statement;
use PhpMyAdmin\SqlParser\Components\ArrayObj;
-use PhpMyAdmin\SqlParser\Components\FunctionCall;
+use PhpMyAdmin\SqlParser\Components\Condition;
use PhpMyAdmin\SqlParser\Components\Expression;
+use PhpMyAdmin\SqlParser\Components\FunctionCall;
use PhpMyAdmin\SqlParser\Components\IntoKeyword;
use PhpMyAdmin\SqlParser\Components\JoinKeyword;
use PhpMyAdmin\SqlParser\Components\Limit;
use PhpMyAdmin\SqlParser\Components\OrderKeyword;
-use PhpMyAdmin\SqlParser\Components\Condition;
+use PhpMyAdmin\SqlParser\Statement;
/**
* `SELECT` statement.