diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ContextGenerator.php | 2 | ||||
-rw-r--r-- | tools/TestGenerator.php | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tools/ContextGenerator.php b/tools/ContextGenerator.php index 4c25ecd..8d5fc6e 100644 --- a/tools/ContextGenerator.php +++ b/tools/ContextGenerator.php @@ -10,7 +10,6 @@ require_once '../vendor/autoload.php'; * @category Contexts * @package SqlParser * @subpackage Tools - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class ContextGenerator @@ -74,7 +73,6 @@ class ContextGenerator ' * @category Contexts' . "\n" . ' * @package SqlParser' . "\n" . ' * @subpackage Contexts' . "\n" . - ' * @author Dan Ungureanu <udan1107@gmail.com>' . "\n" . ' * @license http://opensource.org/licenses/GPL-2.0 GNU Public License' . "\n" . ' */' . "\n" . 'class %2$s extends Context' . "\n" . diff --git a/tools/TestGenerator.php b/tools/TestGenerator.php index c2c44c2..bb6a880 100644 --- a/tools/TestGenerator.php +++ b/tools/TestGenerator.php @@ -13,7 +13,6 @@ use SqlParser\Parser; * @category Tests * @package SqlParser * @subpackage Tools - * @author Dan Ungureanu <udan1107@gmail.com> * @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class TestGenerator |