summaryrefslogtreecommitdiffstats
path: root/src/Statements/SetStatement.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-02-14 14:06:58 +0100
committerMichal Čihař <michal@cihar.com>2017-02-14 14:06:58 +0100
commitc978e9315e367585c1df8dc473fc04e60e12eb27 (patch)
treefe07e92d0b6d26bdabbda0ca38657d615a2e2e0a /src/Statements/SetStatement.php
parent38d171695e9e62954eb363aefa823c33ad074a43 (diff)
parent802d17a88c3b86ccae5914dc0db83ac37b286d09 (diff)
downloadsql-parser-c978e9315e367585c1df8dc473fc04e60e12eb27.zip
sql-parser-c978e9315e367585c1df8dc473fc04e60e12eb27.tar.gz
sql-parser-c978e9315e367585c1df8dc473fc04e60e12eb27.tar.bz2
Merge branch 'master' of github.com:phpmyadmin/sql-parser
Diffstat (limited to 'src/Statements/SetStatement.php')
-rw-r--r--src/Statements/SetStatement.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Statements/SetStatement.php b/src/Statements/SetStatement.php
index 3975596..007134f 100644
--- a/src/Statements/SetStatement.php
+++ b/src/Statements/SetStatement.php
@@ -6,9 +6,9 @@
namespace PhpMyAdmin\SqlParser\Statements;
-use PhpMyAdmin\SqlParser\Statement;
-use PhpMyAdmin\SqlParser\Components\SetOperation;
use PhpMyAdmin\SqlParser\Components\OptionsArray;
+use PhpMyAdmin\SqlParser\Components\SetOperation;
+use PhpMyAdmin\SqlParser\Statement;
/**
* `SET` statement.