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/Exceptions | |
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/Exceptions')
-rw-r--r-- | src/Exceptions/LexerException.php | 1 | ||||
-rw-r--r-- | src/Exceptions/ParserException.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/Exceptions/LexerException.php b/src/Exceptions/LexerException.php index 3bbc0c7..36c2387 100644 --- a/src/Exceptions/LexerException.php +++ b/src/Exceptions/LexerException.php @@ -14,7 +14,6 @@ namespace SqlParser\Exceptions; * @category Exceptions * @package SqlParser * @subpackage Exceptions - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class LexerException extends \Exception diff --git a/src/Exceptions/ParserException.php b/src/Exceptions/ParserException.php index 5a9fac0..e4d0aaa 100644 --- a/src/Exceptions/ParserException.php +++ b/src/Exceptions/ParserException.php @@ -16,7 +16,6 @@ use SqlParser\Token; * @category Exceptions * @package SqlParser * @subpackage Exceptions - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class ParserException extends \Exception |