diff options
author | Michal Čihař <michal@cihar.com> | 2017-01-23 13:09:31 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-01-23 13:09:31 +0100 |
commit | 428edcc891e802a1eb348ab9763f7b69bea99082 (patch) | |
tree | 605598cc102e8c6122703ad063b9e18fabb065ba /src/Exceptions/LexerException.php | |
parent | 65f66eb7b6ca98218184f3ab39f6d0de08d7e8d8 (diff) | |
download | sql-parser-428edcc891e802a1eb348ab9763f7b69bea99082.zip sql-parser-428edcc891e802a1eb348ab9763f7b69bea99082.tar.gz sql-parser-428edcc891e802a1eb348ab9763f7b69bea99082.tar.bz2 |
Added PhpMyAdmin namespace prefix to follow PSR-4.
Fixes #126
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'src/Exceptions/LexerException.php')
-rw-r--r-- | src/Exceptions/LexerException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exceptions/LexerException.php b/src/Exceptions/LexerException.php index e60c332..61e88c9 100644 --- a/src/Exceptions/LexerException.php +++ b/src/Exceptions/LexerException.php @@ -4,7 +4,7 @@ * Exception thrown by the lexer. */ -namespace SqlParser\Exceptions; +namespace PhpMyAdmin\SqlParser\Exceptions; /** * Exception thrown by the lexer. |