summaryrefslogtreecommitdiffstats
path: root/src/Token.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Token.php')
-rw-r--r--src/Token.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Token.php b/src/Token.php
index 160efcd..fa23d28 100644
--- a/src/Token.php
+++ b/src/Token.php
@@ -1,5 +1,12 @@
<?php
+/**
+ * Defines a token along with a set of types and flags and utility functions.
+ *
+ * An array of tokens will result after parsing the query.
+ *
+ * @package SqlParser
+ */
namespace SqlParser;
/**