summaryrefslogtreecommitdiffstats
path: root/src/Component.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Component.php')
-rw-r--r--src/Component.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Component.php b/src/Component.php
index 7291ca5..1678706 100644
--- a/src/Component.php
+++ b/src/Component.php
@@ -51,6 +51,8 @@ namespace SqlParser {
* @param TokensList $list The list of tokens that are being parsed.
* @param array $options Parameters for parsing.
*
+ * @throws \Exception Not implemented yet.
+ *
* @return mixed
*/
public static function parse(
@@ -69,6 +71,8 @@ namespace SqlParser {
*
* @param mixed $component The component to be built.
*
+ * @throws \Exception Not implemented yet.
+ *
* @return string
*/
public static function build($component)