summaryrefslogtreecommitdiffstats
path: root/tools/ContextGenerator.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ContextGenerator.php')
-rw-r--r--tools/ContextGenerator.php2
1 files changed, 0 insertions, 2 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" .