summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/LexerException.php
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-08 01:40:37 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-08 01:40:37 +0300
commitc3717bd663d57b89f1d04068e6974d841b40fdcd (patch)
treeb2f51e4184580a4f5a6755291a1400d33f016bc9 /src/Exceptions/LexerException.php
parent691809e441523b859540dd76427a596674c7e137 (diff)
downloadsql-parser-c3717bd663d57b89f1d04068e6974d841b40fdcd.zip
sql-parser-c3717bd663d57b89f1d04068e6974d841b40fdcd.tar.gz
sql-parser-c3717bd663d57b89f1d04068e6974d841b40fdcd.tar.bz2
More coding style fixes. And typos. Lots of them.
Diffstat (limited to 'src/Exceptions/LexerException.php')
-rw-r--r--src/Exceptions/LexerException.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Exceptions/LexerException.php b/src/Exceptions/LexerException.php
index 886e662..3bbc0c7 100644
--- a/src/Exceptions/LexerException.php
+++ b/src/Exceptions/LexerException.php
@@ -8,8 +8,6 @@
*/
namespace SqlParser\Exceptions;
-use SqlParser\Token;
-
/**
* Exception thrown by the lexer.
*