summaryrefslogtreecommitdiffstats
path: root/src/Statements/SelectStatement.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Statements/SelectStatement.php')
-rw-r--r--src/Statements/SelectStatement.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Statements/SelectStatement.php b/src/Statements/SelectStatement.php
index 5d306f0..3f05ba1 100644
--- a/src/Statements/SelectStatement.php
+++ b/src/Statements/SelectStatement.php
@@ -49,7 +49,6 @@ use SqlParser\Components\Condition;
* @category Statements
* @package SqlParser
* @subpackage Statements
- * @author Dan Ungureanu <udan1107@gmail.com>
* @license http://opensource.org/licenses/GPL-2.0 GNU Public License
*/
class SelectStatement extends Statement