diff options
author | Michal Čihař <michal@cihar.com> | 2016-09-26 09:34:59 +0200 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2016-09-26 09:34:59 +0200 |
commit | d6a8791ac89f5ec4cbb872ff2915542234c143c8 (patch) | |
tree | 0d328ebb0eea57f66adc3d669892c3055eb09d7b /src/Lexer.php | |
parent | 6aba52a2f7ab03f9786e8b16e6dde2e6db2179b5 (diff) | |
download | sql-parser-d6a8791ac89f5ec4cbb872ff2915542234c143c8.zip sql-parser-d6a8791ac89f5ec4cbb872ff2915542234c143c8.tar.gz sql-parser-d6a8791ac89f5ec4cbb872ff2915542234c143c8.tar.bz2 |
Remove @author from comment metadata
- We're doing this for ages in phpmyadmin repo
- The comments get outdated over time
- See issue #89
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'src/Lexer.php')
-rw-r--r-- | src/Lexer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Lexer.php b/src/Lexer.php index 8c609db..fc4fb13 100644 --- a/src/Lexer.php +++ b/src/Lexer.php @@ -38,7 +38,6 @@ if (!defined('USE_UTF_STRINGS')) { * * @category Lexer * @package SqlParser - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License * @see Context */ |