summaryrefslogtreecommitdiffstats
path: root/src/Statements/DropStatement.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Statements/DropStatement.php')
-rw-r--r--src/Statements/DropStatement.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Statements/DropStatement.php b/src/Statements/DropStatement.php
index 453bed1..2713c9b 100644
--- a/src/Statements/DropStatement.php
+++ b/src/Statements/DropStatement.php
@@ -11,10 +11,6 @@ use PhpMyAdmin\SqlParser\Statement;
/**
* `DROP` statement.
- *
- * @category Statements
- *
- * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
*/
class DropStatement extends Statement
{